Lines Matching refs:xfs_inode
76 extern void xfs_trans_mod_dquot_byino(struct xfs_trans *, struct xfs_inode *,
81 struct xfs_inode *, long, long, uint);
86 extern int xfs_qm_vop_dqalloc(struct xfs_inode *, xfs_dqid_t, xfs_dqid_t,
89 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *,
91 extern int xfs_qm_vop_rename_dqattach(struct xfs_inode **);
93 struct xfs_inode *, struct xfs_dquot **, struct xfs_dquot *);
94 extern int xfs_qm_vop_chown_reserve(struct xfs_trans *, struct xfs_inode *,
97 extern int xfs_qm_dqattach(struct xfs_inode *);
98 extern int xfs_qm_dqattach_locked(struct xfs_inode *ip, bool doalloc);
99 extern void xfs_qm_dqdetach(struct xfs_inode *);
101 extern void xfs_qm_statvfs(struct xfs_inode *, struct kstatfs *);
109 xfs_qm_vop_dqalloc(struct xfs_inode *ip, xfs_dqid_t uid, xfs_dqid_t gid, in xfs_qm_vop_dqalloc()
124 struct xfs_inode *ip, long nblks, long ninos, uint flags) in xfs_trans_reserve_quota_nblks()