Home
last modified time | relevance | path

Searched refs:FS_IOC_FSGETXATTR (Results 1 – 5 of 5) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dfs.h140 * 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
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h334 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
/linux/fs/
H A Dioctl.c562 case FS_IOC_FSGETXATTR: in do_vfs_ioctl()
/linux/fs/overlayfs/
H A Dinode.c634 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
/linux/tools/testing/selftests/landlock/
H A Dfs_test.c4242 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_FSGETXATTR));