Home
last modified time | relevance | path

Searched refs:FIEMAP_EXTENT_DELALLOC (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dfiemap_extent_flags.h20 #if defined(FIEMAP_EXTENT_DELALLOC) || (defined(HAVE_DECL_FIEMAP_EXTENT_DELALLOC) && HAVE_DECL_FIEM…
22 static_assert((FIEMAP_EXTENT_DELALLOC) == (0x00000004), "FIEMAP_EXTENT_DELALLOC != 0x00000004");
25 # define FIEMAP_EXTENT_DELALLOC 0x00000004
96 XLAT(FIEMAP_EXTENT_DELALLOC),
Dfiemap_extent_flags.in3 FIEMAP_EXTENT_DELALLOC 0x00000004
/external/kernel-headers/original/uapi/linux/
Dfiemap.h50 #define FIEMAP_EXTENT_DELALLOC 0x00000004 /* Location still pending. macro
/external/e2fsprogs/lib/ext2fs/
Dfiemap.h57 #define FIEMAP_EXTENT_DELALLOC 0x00000004 /* Location still pending. macro
/external/syzkaller/sys/linux/
Dsys_386.const108 FIEMAP_EXTENT_DELALLOC = 4
Dsys_amd64.const108 FIEMAP_EXTENT_DELALLOC = 4
Dsys_arm.const108 FIEMAP_EXTENT_DELALLOC = 4
Dsys_ppc64le.const108 FIEMAP_EXTENT_DELALLOC = 4
Dsys_arm64.const108 FIEMAP_EXTENT_DELALLOC = 4
Dsys.txt1034 fiemap_extent_flags = FIEMAP_EXTENT_LAST, FIEMAP_EXTENT_UNKNOWN, FIEMAP_EXTENT_DELALLOC, FIEMAP_EXT…
/external/e2fsprogs/misc/
Dfilefrag.c173 print_flag(&fe_flags, FIEMAP_EXTENT_DELALLOC, flags, "delalloc,"); in print_extent_info()