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