Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_quota.h324 extern int xfs_qm_dqattach(struct xfs_inode *, uint);
364 #define xfs_qm_dqattach(ip, fl) (0) macro
Dxfs_vnodeops.c613 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()
Dxfs_iomap.c504 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_allocate()
Dxfs_attr.c250 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/
Dxfs_qm.c882 xfs_qm_dqattach( in xfs_qm_dqattach() function
2414 error = xfs_qm_dqattach(ip, 0); in xfs_qm_vop_rename_dqattach()