Searched refs:fsxattr (Results 1 – 2 of 2) sorted by relevance
115 struct fsxattr { struct213 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)214 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
3632 int vfs_ioc_fssetxattr_check(struct inode *inode, const struct fsxattr *old_fa,3633 struct fsxattr *fa);3635 static inline void simple_fill_fsxattr(struct fsxattr *fa, __u32 xflags) in simple_fill_fsxattr()