Searched refs:FS_IOC_FSGETXATTR (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 232 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
|
/linux-6.14.4/tools/include/uapi/linux/ |
D | fs.h | 232 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
|
/linux-6.14.4/include/uapi/linux/ |
D | fs.h | 241 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) macro
|
/linux-6.14.4/fs/fuse/ |
D | ioctl.c | 525 err = fuse_priv_ioctl(inode, ff, FS_IOC_FSGETXATTR, in fuse_fileattr_get()
|
/linux-6.14.4/fs/bcachefs/ |
D | fs-ioctl.c | 547 case FS_IOC_FSGETXATTR: in bch2_fs_file_ioctl()
|
/linux-6.14.4/fs/xfs/libxfs/ |
D | xfs_fs.h | 1018 #define XFS_IOC_FSGETXATTR FS_IOC_FSGETXATTR
|
/linux-6.14.4/fs/ |
D | ioctl.c | 871 case FS_IOC_FSGETXATTR: in do_vfs_ioctl()
|
/linux-6.14.4/fs/overlayfs/ |
D | inode.c | 632 cmd = fa->fsx_valid ? FS_IOC_FSGETXATTR : FS_IOC_GETFLAGS; in ovl_security_fileattr()
|
/linux-6.14.4/tools/testing/selftests/landlock/ |
D | fs_test.c | 4245 EXPECT_EQ(EACCES, ioctl_error(_metadata, fd, FS_IOC_FSGETXATTR)); in TEST_F_FORK()
|
/linux-6.14.4/Documentation/filesystems/ |
D | vfs.rst | 671 called on ioctl(FS_IOC_GETFLAGS) and ioctl(FS_IOC_FSGETXATTR) to
|