Lines Matching refs:xfs_inode
80 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
85 struct xfs_inode *, int64_t, long, uint);
90 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, kuid_t, kgid_t,
93 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
95 extern int xfs_qm_vop_rename_dqattach(struct xfs_inode **);
97 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *);
98 extern int xfs_qm_vop_chown_reserve(struct xfs_trans *, struct xfs_inode *,
101 extern int xfs_qm_dqattach(struct xfs_inode *);
102 extern int xfs_qm_dqattach_locked(struct xfs_inode *ip, bool doalloc);
103 extern void xfs_qm_dqdetach(struct xfs_inode *);
105 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
113 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_t kuid, kgid_t kgid, in xfs_qm_vop_dqalloc()
128 struct xfs_inode *ip, int64_t nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks()