Lines Matching refs:xfs_inode
79 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
84 struct xfs_inode *, int64_t, long, uint);
89 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, xfs_dqid_t, xfs_dqid_t,
92 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
94 extern int xfs_qm_vop_rename_dqattach(struct xfs_inode **);
96 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *);
97 extern int xfs_qm_vop_chown_reserve(struct xfs_trans *, struct xfs_inode *,
100 extern int xfs_qm_dqattach(struct xfs_inode *);
101 extern int xfs_qm_dqattach_locked(struct xfs_inode *ip, bool doalloc);
102 extern void xfs_qm_dqdetach(struct xfs_inode *);
104 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
112 xfs_qm_vop_dqalloc(struct xfs_inode *ip, xfs_dqid_t uid, xfs_dqid_t gid, in xfs_qm_vop_dqalloc()
127 struct xfs_inode *ip, int64_t nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks()