Searched refs:FS_IOC_FSGETXATTR (Results 1 – 5 of 5) sorted by relevance
140 * Structure for FS_IOC_FSGETXATTR[A] and FS_IOC_FSSETXATTR.241 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro 265 * We have recently hoisted FS_IOC_FSGETXATTR / FS_IOC_FSSETXATTR from
334 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
562 case FS_IOC_FSGETXATTR: in do_vfs_ioctl()
634 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
4242 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_FSGETXATTR));