Searched refs:fsxattr (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/tools/include/uapi/linux/ |
D | fs.h | 133 struct fsxattr { struct 232 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) 233 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | fs.h | 133 struct fsxattr { struct 232 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) 233 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
|
/linux-6.12.1/include/uapi/linux/ |
D | fs.h | 133 struct fsxattr { struct 232 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr) 233 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-ioctl.c | 115 struct fsxattr __user *arg) in bch2_ioc_fsgetxattr() 117 struct fsxattr fa = { 0 }; in bch2_ioc_fsgetxattr() 150 struct fsxattr __user *arg) in bch2_ioc_fssetxattr() 153 struct fsxattr fa; in bch2_ioc_fssetxattr()
|
/linux-6.12.1/include/linux/ |
D | fileattr.h | 36 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa);
|
/linux-6.12.1/fs/ |
D | ioctl.c | 544 int copy_fsxattr_to_user(const struct fileattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user() 546 struct fsxattr xfa; in copy_fsxattr_to_user() 563 struct fsxattr __user *ufa) in copy_fsxattr_from_user() 565 struct fsxattr xfa; in copy_fsxattr_from_user()
|
/linux-6.12.1/fs/fuse/ |
D | ioctl.c | 509 struct fsxattr xfa; in fuse_fileattr_get() 547 struct fsxattr xfa; in fuse_fileattr_set()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_fs.h | 977 #define XFS_IOC_FSGETXATTRA _IOR ('X', 45, struct fsxattr)
|