Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_quota.h101 extern int xfs_qm_dqattach(struct xfs_inode *);
163 #define xfs_qm_dqattach(ip) (0) macro
H A Dxfs_bmap_util.c728 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
811 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
999 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1692 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1696 error = xfs_qm_dqattach(tip); in xfs_swap_extents()
H A Dxfs_iomap.c266 error = xfs_qm_dqattach(ip); in xfs_iomap_write_direct()
576 error = xfs_qm_dqattach(ip); in xfs_iomap_write_unwritten()
969 error = xfs_qm_dqattach(ip); in xfs_buffered_write_iomap_begin()
H A Dxfs_inode.c1225 error = xfs_qm_dqattach(sip); in xfs_link()
1229 error = xfs_qm_dqattach(tdp); in xfs_link()
1775 error = xfs_qm_dqattach(ip); in xfs_inactive()
2537 error = xfs_qm_dqattach(dp); in xfs_remove()
2541 error = xfs_qm_dqattach(ip); in xfs_remove()
H A Dxfs_qm.c361 xfs_qm_dqattach( in xfs_qm_dqattach() function
1877 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_iops.c826 error = xfs_qm_dqattach(ip); in xfs_setattr_size()
H A Dxfs_reflink.c1493 ret = xfs_qm_dqattach(dest); in xfs_reflink_remap_prep()
H A Dxfs_log_recover.c1758 error = xfs_qm_dqattach(*ipp); in xlog_recover_iget()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_attr.c1028 error = xfs_qm_dqattach(dp); in xfs_attr_set()