Lines Matching refs:xfs_inode
80 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
84 int xfs_trans_reserve_quota_nblks(struct xfs_trans *tp, struct xfs_inode *ip,
93 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, kuid_t, kgid_t,
96 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
98 extern int xfs_qm_vop_rename_dqattach(struct xfs_inode **);
100 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *);
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 *);
112 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres()
116 bool xfs_inode_near_dquot_enforcement(struct xfs_inode *ip, xfs_dqtype_t type);
119 xfs_qm_vop_dqalloc(struct xfs_inode *ip, kuid_t kuid, kgid_t kgid, in xfs_qm_vop_dqalloc()
134 struct xfs_inode *ip, int64_t dblocks, int64_t rblocks, in xfs_trans_reserve_quota_nblks()
148 xfs_quota_reserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_reserve_blkres()
176 xfs_quota_unreserve_blkres(struct xfs_inode *ip, int64_t blocks) in xfs_quota_unreserve_blkres()