Home
last modified time | relevance | path

Searched refs:fsxattr (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/linux/
H A Dfs.h142 struct fsxattr { struct
241 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
242 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
/linux/tools/perf/trace/beauty/include/uapi/linux/
H A Dfs.h210 struct fsxattr { struct
327 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
328 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
/linux/fs/
H A Dfile_attr.c122 int copy_fsxattr_to_user(const struct file_kattr *fa, struct fsxattr __user *ufa) in copy_fsxattr_to_user()
124 struct fsxattr xfa; in copy_fsxattr_to_user()
158 struct fsxattr __user *ufa) in copy_fsxattr_from_user()
160 struct fsxattr xfa; in copy_fsxattr_from_user()
/linux/fs/fuse/
H A Dioctl.c510 struct fsxattr xfa; in fuse_fileattr_get()
548 struct fsxattr xfa; in fuse_fileattr_set()