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.c584 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
686 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
884 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1586 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1590 error = xfs_qm_dqattach(tip); in xfs_swap_extents()
H A Dxfs_inode.c928 error = xfs_qm_dqattach(sip); in xfs_link()
932 error = xfs_qm_dqattach(tdp); in xfs_link()
1460 error = xfs_qm_dqattach(ip); in xfs_inactive()
1936 error = xfs_qm_dqattach(dp); in xfs_remove()
1940 error = xfs_qm_dqattach(ip); in xfs_remove()
H A Dxfs_exchrange.c629 error = xfs_qm_dqattach(ip2); in xfs_exchrange_prep()
632 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()
1623 error = xfs_qm_dqattach(ip); in xfs_zoned_buffered_write_iomap_begin()
1821 error = xfs_qm_dqattach(ip); in xfs_buffered_write_iomap_begin()
H A Dxfs_qm.c361 xfs_qm_dqattach( in xfs_qm_dqattach() function
2052 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_iops.c950 error = xfs_qm_dqattach(ip); in xfs_vn_setattr_size()
H A Dxfs_reflink.c1727 ret = xfs_qm_dqattach(dest); in xfs_reflink_remap_prep()
H A Dxfs_log_recover.c1755 error = xfs_qm_dqattach(*ipp); in xlog_recover_iget()