HomeSort by relevance Sort by last modified time
    Searched defs:FS_IOC_FSGETXATTR (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/e2p/
project.h 12 #if defined(__linux__) && !defined(FS_IOC_FSGETXATTR)
13 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
17 * Structure for FS_IOC_FSGETXATTR and FS_IOC_FSSETXATTR.
  /bionic/libc/kernel/uapi/linux/
fs.h 150 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
  /external/kernel-headers/original/uapi/linux/
fs.h 110 * Structure for FS_IOC_FSGETXATTR[A] and FS_IOC_FSSETXATTR.
210 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
278 * We have recently hoisted FS_IOC_FSGETXATTR / FS_IOC_FSSETXATTR from

Completed in 3209 milliseconds