Searched refs:xfs_qm_dqattach (Results 1 – 5 of 5) sorted by relevance
/linux-2.6.39/fs/xfs/ |
D | xfs_quota.h | 324 extern int xfs_qm_dqattach(struct xfs_inode *, uint); 364 #define xfs_qm_dqattach(ip, fl) (0) macro
|
D | xfs_vnodeops.c | 613 error = xfs_qm_dqattach(ip, 0); in xfs_free_eofblocks() 1078 error = xfs_qm_dqattach(ip, 0); in xfs_inactive() 1677 error = xfs_qm_dqattach(dp, 0); in xfs_remove() 1681 error = xfs_qm_dqattach(ip, 0); in xfs_remove() 1840 error = xfs_qm_dqattach(sip, 0); in xfs_link() 1844 error = xfs_qm_dqattach(tdp, 0); in xfs_link() 2252 error = xfs_qm_dqattach(ip, 0); in xfs_alloc_file_space() 2517 error = xfs_qm_dqattach(ip, 0); in xfs_free_file_space()
|
D | xfs_iomap.c | 504 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_allocate()
|
D | xfs_attr.c | 250 error = xfs_qm_dqattach(dp, 0); in xfs_attr_set_int() 495 error = xfs_qm_dqattach(dp, 0); in xfs_attr_remove_int()
|
/linux-2.6.39/fs/xfs/quota/ |
D | xfs_qm.c | 882 xfs_qm_dqattach( in xfs_qm_dqattach() function 2414 error = xfs_qm_dqattach(ip, 0); in xfs_qm_vop_rename_dqattach()
|