Searched refs:FS_IOC_FSSETXATTR (Results 1 – 5 of 5) sorted by relevance
140 * Structure for FS_IOC_FSGETXATTR[A] and FS_IOC_FSSETXATTR.242 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr) macro 265 * We have recently hoisted FS_IOC_FSGETXATTR / FS_IOC_FSSETXATTR from
335 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr) macro
565 case FS_IOC_FSSETXATTR: in do_vfs_ioctl()
632 cmd = fa->fsx_valid ? FS_IOC_FSSETXATTR : FS_IOC_SETFLAGS; in ovl_security_fileattr()
4243 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_FSSETXATTR));