Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_quota.h101 extern int xfs_qm_dqattach(struct xfs_inode *);
143 #define xfs_qm_dqattach(ip) (0) macro
H A Dxfs_bmap_util.c673 error = xfs_qm_dqattach(ip); in xfs_free_eofblocks()
742 error = xfs_qm_dqattach(ip); in xfs_alloc_file_space()
939 error = xfs_qm_dqattach(ip); in xfs_free_file_space()
1602 error = xfs_qm_dqattach(ip); in xfs_swap_extents()
1606 error = xfs_qm_dqattach(tip); in xfs_swap_extents()
H A Dxfs_inode.c1374 error = xfs_qm_dqattach(sip); in xfs_link()
1378 error = xfs_qm_dqattach(tdp); in xfs_link()
1851 error = xfs_qm_dqattach(ip); in xfs_inactive()
2832 error = xfs_qm_dqattach(dp); in xfs_remove()
2836 error = xfs_qm_dqattach(ip); in xfs_remove()
H A Dxfs_iomap.c218 error = xfs_qm_dqattach(ip); in xfs_iomap_write_direct()
537 error = xfs_qm_dqattach(ip); in xfs_iomap_write_unwritten()
H A Dxfs_bmap_item.c483 error = xfs_qm_dqattach(ip); in xfs_bui_item_recover()
H A Dxfs_qm.c365 xfs_qm_dqattach( in xfs_qm_dqattach() function
1887 error = xfs_qm_dqattach(ip); in xfs_qm_vop_rename_dqattach()
H A Dxfs_reflink.c1317 ret = xfs_qm_dqattach(dest); in xfs_reflink_remap_prep()
H A Dxfs_iops.c890 error = xfs_qm_dqattach(ip); in xfs_setattr_size()
/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_attr.c404 error = xfs_qm_dqattach(dp); in xfs_attr_set()