OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FALLOC_FL_PUNCH_HOLE
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/uapi/linux/
falloc.h
22
#define
FALLOC_FL_PUNCH_HOLE
0x02
/development/ndk/platforms/android-L/include/linux/
falloc.h
22
#define
FALLOC_FL_PUNCH_HOLE
0x02
/external/kernel-headers/original/uapi/linux/
falloc.h
5
#define
FALLOC_FL_PUNCH_HOLE
0x02 /* de-allocates range */
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
falloc.h
22
#define
FALLOC_FL_PUNCH_HOLE
0x02
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
falloc.h
22
#define
FALLOC_FL_PUNCH_HOLE
0x02
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
falloc.h
22
#define
FALLOC_FL_PUNCH_HOLE
0x02
/external/fio/engines/
falloc.c
8
* DDIR_TRIM does fallocate(,mode = FALLOC_FL_KEEP_SIZE |
FALLOC_FL_PUNCH_HOLE
)
70
#ifndef
FALLOC_FL_PUNCH_HOLE
71
#define
FALLOC_FL_PUNCH_HOLE
0x02 /* de-allocates range */
86
flags =
FALLOC_FL_PUNCH_HOLE
| FALLOC_FL_KEEP_SIZE;
/external/e2fsprogs/contrib/
fallocate.c
38
#define
FALLOC_FL_PUNCH_HOLE
0x02 /* de-allocates range */
106
falloc_mode = (
FALLOC_FL_PUNCH_HOLE
|
Completed in 74 milliseconds