HomeSort by relevance Sort by last modified time
    Searched refs:FIEMAP_FLAG_XATTR (Results 1 - 10 of 10) sorted by null

  /bionic/libc/kernel/uapi/linux/
fiemap.h 46 #define FIEMAP_FLAG_XATTR 0x00000002
49 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /development/ndk/platforms/android-L/include/linux/
fiemap.h 46 #define FIEMAP_FLAG_XATTR 0x00000002
47 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /external/e2fsprogs/lib/ext2fs/
fiemap.h 44 #define FIEMAP_FLAG_XATTR 0x00000002 /* map extended attribute tree */
46 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /external/kernel-headers/original/uapi/linux/
fiemap.h 42 #define FIEMAP_FLAG_XATTR 0x00000002 /* map extended attribute tree */
45 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
fiemap.h 42 #define FIEMAP_FLAG_XATTR 0x00000002 /* map extended attribute tree */
44 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fiemap.h 42 #define FIEMAP_FLAG_XATTR 0x00000002 /* map extended attribute tree */
44 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
fiemap.h 46 #define FIEMAP_FLAG_XATTR 0x00000002
49 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
fiemap.h 46 #define FIEMAP_FLAG_XATTR 0x00000002
49 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
fiemap.h 46 #define FIEMAP_FLAG_XATTR 0x00000002
49 #define FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
  /external/e2fsprogs/misc/
filefrag.c 57 #define FILEFRAG_FIEMAP_FLAGS_COMPAT (FIEMAP_FLAG_SYNC | FIEMAP_FLAG_XATTR)
205 flags |= FIEMAP_FLAG_XATTR;

Completed in 506 milliseconds