Lines Matching refs:xfs_inode
73 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
78 struct xfs_inode *, long, long, uint);
83 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, xfs_dqid_t, xfs_dqid_t,
86 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
88 extern int xfs_qm_vop_rename_dqattach(struct xfs_inode **);
90 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *);
91 extern int xfs_qm_vop_chown_reserve(struct xfs_trans *, struct xfs_inode *,
94 extern int xfs_qm_dqattach(struct xfs_inode *, uint);
95 extern int xfs_qm_dqattach_locked(struct xfs_inode *, uint);
96 extern void xfs_qm_dqdetach(struct xfs_inode *);
98 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
106 xfs_qm_vop_dqalloc(struct xfs_inode *ip, xfs_dqid_t uid, xfs_dqid_t gid, in xfs_qm_vop_dqalloc()
121 struct xfs_inode *ip, long nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks()