--- zzzz-none-000/linux-3.10.107/fs/xfs/xfs_iops.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/fs/xfs/xfs_iops.h 2021-02-04 17:41:59.000000000 +0000 @@ -25,6 +25,14 @@ extern ssize_t xfs_vn_listxattr(struct dentry *, char *data, size_t size); -extern void xfs_setup_inode(struct xfs_inode *); +/* + * Internal setattr interfaces. + */ +#define XFS_ATTR_NOACL 0x01 /* Don't call posix_acl_chmod */ + +extern void xfs_setattr_time(struct xfs_inode *ip, struct iattr *iattr); +extern int xfs_setattr_nonsize(struct xfs_inode *ip, struct iattr *vap, + int flags); +extern int xfs_setattr_size(struct xfs_inode *ip, struct iattr *vap); #endif /* __XFS_IOPS_H__ */