Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_quota.h117 extern int xfs_qm_dqattach(struct xfs_inode *);
194 #define xfs_qm_dqattach(ip) (0) macro
Dxfs_bmap_util.c572 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
658 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
841 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1530 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1534 error = xfs_qm_dqattach(tip); in xfs_swap_extents()
Dxfs_xattr.c89 error = xfs_qm_dqattach(args->dp); in xfs_attr_change()
Dxfs_inode.c893 error = xfs_qm_dqattach(sip); in xfs_link()
897 error = xfs_qm_dqattach(tdp); in xfs_link()
1426 error = xfs_qm_dqattach(ip); in xfs_inactive()
1897 error = xfs_qm_dqattach(dp); in xfs_remove()
1901 error = xfs_qm_dqattach(ip); in xfs_remove()
Dxfs_iomap.c271 error = xfs_qm_dqattach(ip); in xfs_iomap_write_direct()
599 error = xfs_qm_dqattach(ip); in xfs_iomap_write_unwritten()
989 error = xfs_qm_dqattach(ip); in xfs_buffered_write_iomap_begin()
Dxfs_exchrange.c645 error = xfs_qm_dqattach(ip2); in xfs_exchrange_prep()
648 error = xfs_qm_dqattach(ip1); in xfs_exchrange_prep()
Dxfs_qm.c362 xfs_qm_dqattach( in xfs_qm_dqattach() function
1931 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
Dxfs_iops.c849 error = xfs_qm_dqattach(ip); in xfs_setattr_size()
Dxfs_reflink.c1488 ret = xfs_qm_dqattach(dest); in xfs_reflink_remap_prep()
Dxfs_log_recover.c1754 error = xfs_qm_dqattach(*ipp); in xlog_recover_iget()
/linux-6.12.1/fs/xfs/scrub/
Drepair.c769 error = xfs_qm_dqattach(sc->ip); in xrep_ino_dqattach()