Searched refs:xfs_qm_dqattach (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_quota.h | 323 extern int xfs_qm_dqattach(struct xfs_inode *, uint); 362 #define xfs_qm_dqattach(ip, fl) (0) macro
|
D | xfs_vnodeops.c | 196 error = xfs_qm_dqattach(ip, 0); in xfs_free_eofblocks() 658 error = xfs_qm_dqattach(ip, 0); in xfs_inactive() 1232 error = xfs_qm_dqattach(dp, 0); in xfs_remove() 1236 error = xfs_qm_dqattach(ip, 0); in xfs_remove() 1395 error = xfs_qm_dqattach(sip, 0); in xfs_link() 1399 error = xfs_qm_dqattach(tdp, 0); in xfs_link() 1800 error = xfs_qm_dqattach(ip, 0); in xfs_alloc_file_space() 2061 error = xfs_qm_dqattach(ip, 0); in xfs_free_file_space()
|
D | xfs_iomap.c | 498 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_allocate()
|
D | xfs_qm.c | 572 xfs_qm_dqattach( in xfs_qm_dqattach() function 1859 error = xfs_qm_dqattach(ip, 0); in xfs_qm_vop_rename_dqattach()
|
D | xfs_attr.c | 250 error = xfs_qm_dqattach(dp, 0); in xfs_attr_set_int() 502 error = xfs_qm_dqattach(dp, 0); in xfs_attr_remove_int()
|