Searched refs:xfs_qm_dqattach (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_quota.h | 93 extern int xfs_qm_dqattach(struct xfs_inode *, uint); 135 #define xfs_qm_dqattach(ip, fl) (0) macro
|
D | xfs_iomap.c | 191 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_direct() 703 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_allocate()
|
D | xfs_inode.c | 1440 error = xfs_qm_dqattach(sip, 0); in xfs_link() 1444 error = xfs_qm_dqattach(tdp, 0); in xfs_link() 1908 error = xfs_qm_dqattach(ip, 0); in xfs_inactive() 2534 error = xfs_qm_dqattach(dp, 0); in xfs_remove() 2538 error = xfs_qm_dqattach(ip, 0); in xfs_remove()
|
D | xfs_bmap_util.c | 894 error = xfs_qm_dqattach(ip, 0); in xfs_free_eofblocks() 980 error = xfs_qm_dqattach(ip, 0); in xfs_alloc_file_space() 1231 error = xfs_qm_dqattach(ip, 0); in xfs_free_file_space()
|
D | xfs_qm.c | 380 xfs_qm_dqattach( in xfs_qm_dqattach() function 1901 error = xfs_qm_dqattach(ip, 0); in xfs_qm_vop_rename_dqattach()
|
D | xfs_iops.c | 795 error = xfs_qm_dqattach(ip, 0); in xfs_setattr_size()
|
/fs/xfs/libxfs/ |
D | xfs_attr.c | 225 error = xfs_qm_dqattach(dp, 0); in xfs_attr_set() 431 error = xfs_qm_dqattach(dp, 0); in xfs_attr_remove()
|