Home
last modified time | relevance | path

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

/include/uapi/linux/
Dfs.h115 struct fsxattr { struct
213 #define FS_IOC_FSGETXATTR _IOR('X', 31, struct fsxattr)
214 #define FS_IOC_FSSETXATTR _IOW('X', 32, struct fsxattr)
/include/linux/
Dfs.h3632 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()