Searched refs:xfs_qm_vop_create_dqattach (Results 1 – 5 of 5) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_quota.h | 113 extern void xfs_qm_vop_create_dqattach(struct xfs_trans *, struct xfs_inode *, 194 #define xfs_qm_vop_create_dqattach(tp, ip, u, g, p) macro
|
H A D | xfs_symlink.c | 186 xfs_qm_vop_create_dqattach(tp, du.ip, udqp, gdqp, pdqp); in xfs_symlink()
|
H A D | xfs_inode.c | 751 xfs_qm_vop_create_dqattach(tp, du.ip, udqp, gdqp, pdqp); in xfs_create() 841 xfs_qm_vop_create_dqattach(tp, ip, udqp, gdqp, pdqp); in xfs_create_tmpfile()
|
H A D | xfs_qm.c | 2129 xfs_qm_vop_create_dqattach( in xfs_qm_vop_create_dqattach() function
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 134 xfs_qm_vop_create_dqattach(tp, sc->tempip, udqp, gdqp, pdqp); in xrep_tempfile_create()
|