Home
last modified time | relevance | path

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

/Linux-v6.6/fs/xfs/
Dxfs_quota.h101 extern int xfs_qm_dqattach(struct xfs_inode *);
163 #define xfs_qm_dqattach(ip) (0) macro
Dxfs_bmap_util.c730 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
799 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
980 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1671 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1675 error = xfs_qm_dqattach(tip); in xfs_swap_extents()
Dxfs_iomap.c266 error = xfs_qm_dqattach(ip); in xfs_iomap_write_direct()
584 error = xfs_qm_dqattach(ip); in xfs_iomap_write_unwritten()
979 error = xfs_qm_dqattach(ip); in xfs_buffered_write_iomap_begin()
Dxfs_inode.c1214 error = xfs_qm_dqattach(sip); in xfs_link()
1218 error = xfs_qm_dqattach(tdp); in xfs_link()
1756 error = xfs_qm_dqattach(ip); in xfs_inactive()
2503 error = xfs_qm_dqattach(dp); in xfs_remove()
2507 error = xfs_qm_dqattach(ip); in xfs_remove()
Dxfs_qm.c361 xfs_qm_dqattach( in xfs_qm_dqattach() function
1877 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
Dxfs_iops.c825 error = xfs_qm_dqattach(ip); in xfs_setattr_size()
Dxfs_reflink.c1512 ret = xfs_qm_dqattach(dest); in xfs_reflink_remap_prep()
Dxfs_log_recover.c1764 error = xfs_qm_dqattach(*ipp); in xlog_recover_iget()
/Linux-v6.6/fs/xfs/libxfs/
Dxfs_attr.c977 error = xfs_qm_dqattach(dp); in xfs_attr_set()