Home
last modified time | relevance | path

Searched refs:xfs_qm_dqattach (Results 1 – 11 of 11) 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.c584 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
670 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
854 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1556 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1560 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_inode.c934 error = xfs_qm_dqattach(sip); in xfs_link()
938 error = xfs_qm_dqattach(tdp); in xfs_link()
1453 error = xfs_qm_dqattach(ip); in xfs_inactive()
1929 error = xfs_qm_dqattach(dp); in xfs_remove()
1933 error = xfs_qm_dqattach(ip); in xfs_remove()
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_iomap.c298 error = xfs_qm_dqattach(ip); in xfs_iomap_write_direct()
650 error = xfs_qm_dqattach(ip); in xfs_iomap_write_unwritten()
1617 error = xfs_qm_dqattach(ip); in xfs_zoned_buffered_write_iomap_begin()
1815 error = xfs_qm_dqattach(ip); in xfs_buffered_write_iomap_begin()
H A Dxfs_qm.c362 xfs_qm_dqattach( in xfs_qm_dqattach() function
2047 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_iops.c951 error = xfs_qm_dqattach(ip); in xfs_vn_setattr_size()
H A Dxfs_reflink.c1691 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.c812 error = xfs_qm_dqattach(sc->ip); in xrep_ino_dqattach()