Home
last modified time | relevance | path

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

/linux-6.15/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_exchrange.c626 error = xfs_qm_dqattach(ip2); in xfs_exchrange_prep()
629 error = xfs_qm_dqattach(ip1); in xfs_exchrange_prep()
H A Dxfs_inode.c905 error = xfs_qm_dqattach(sip); in xfs_link()
909 error = xfs_qm_dqattach(tdp); in xfs_link()
1441 error = xfs_qm_dqattach(ip); in xfs_inactive()
1910 error = xfs_qm_dqattach(dp); in xfs_remove()
1914 error = xfs_qm_dqattach(ip); in xfs_remove()
H A Dxfs_iomap.c284 error = xfs_qm_dqattach(ip); in xfs_iomap_write_direct()
636 error = xfs_qm_dqattach(ip); in xfs_iomap_write_unwritten()
1360 error = xfs_qm_dqattach(ip); in xfs_zoned_buffered_write_iomap_begin()
1534 error = xfs_qm_dqattach(ip); in xfs_buffered_write_iomap_begin()
H A Dxfs_qm.c407 xfs_qm_dqattach( in xfs_qm_dqattach() function
2173 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_iops.c885 error = xfs_qm_dqattach(ip); in xfs_setattr_size()
H A Dxfs_reflink.c1607 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-6.15/fs/xfs/scrub/
H A Drepair.c812 error = xfs_qm_dqattach(sc->ip); in xrep_ino_dqattach()