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

  /external/e2fsprogs/lib/e2p/
project.h 13 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
14 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
19 struct fsxattr { struct
  /bionic/libc/kernel/uapi/linux/
fs.h 110 struct fsxattr { struct
181 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
182 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
  /external/kernel-headers/original/uapi/linux/
fs.h 156 struct fsxattr { struct
252 #define FS_IOC_FSGETXATTR _IOR ('X', 31, struct fsxattr)
253 #define FS_IOC_FSSETXATTR _IOW ('X', 32, struct fsxattr)
  /external/syslinux/core/fs/xfs/
xfs_fs.h 44 struct fsxattr { struct
438 #define XFS_IOC_FSGETXATTR _IOR ('X', 31, struct fsxattr)
439 #define XFS_IOC_FSSETXATTR _IOW ('X', 32, struct fsxattr)
449 #define XFS_IOC_FSGETXATTRA _IOR ('X', 45, struct fsxattr)
  /external/syslinux/extlinux/
xfs_fs.h 44 struct fsxattr { struct
438 #define XFS_IOC_FSGETXATTR _IOR ('X', 31, struct fsxattr)
439 #define XFS_IOC_FSSETXATTR _IOW ('X', 32, struct fsxattr)
449 #define XFS_IOC_FSGETXATTRA _IOR ('X', 45, struct fsxattr)

Completed in 855 milliseconds