Home
last modified time | relevance | path

Searched refs:xfs_qm_dqattach (Results 1 – 9 of 9) sorted by relevance

/linux/fs/xfs/
H A Dxfs_quota.h118 extern int xfs_qm_dqattach(struct xfs_inode *);
197 #define xfs_qm_dqattach(ip) (0) macro
H A Dxfs_bmap_util.c568 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
654 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
837 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1538 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1542 error = xfs_qm_dqattach(tip); in xfs_swap_extents()
H A Dxfs_xattr.c88 error = xfs_qm_dqattach(args->dp); in xfs_attr_change()
H A Dxfs_exchrange.c626 error = xfs_qm_dqattach(ip2); in xfs_exchrange_prep()
629 error = xfs_qm_dqattach(ip1); in xfs_exchrange_prep()
H A Dxfs_qm.c407 xfs_qm_dqattach( in xfs_qm_dqattach() function
2172 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_iops.c883 error = xfs_qm_dqattach(ip); in xfs_setattr_size()
H A Dxfs_reflink.c1613 ret = xfs_qm_dqattach(dest); in xfs_reflink_remap_prep()
H A Dxfs_log_recover.c1754 error = xfs_qm_dqattach(*ipp); in xlog_recover_iget()
/linux/fs/xfs/scrub/
H A Drepair.c811 error = xfs_qm_dqattach(sc->ip); in xrep_ino_dqattach()