Searched refs:xfs_qm_dqattach (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_quota.h | 94 extern int xfs_qm_dqattach(struct xfs_inode *, uint); 136 #define xfs_qm_dqattach(ip, fl) (0) macro
|
D | xfs_iomap.c | 135 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_direct() 665 error = xfs_qm_dqattach(ip, 0); in xfs_iomap_write_allocate()
|
D | xfs_bmap_util.c | 868 error = xfs_qm_dqattach(ip, 0); in xfs_free_eofblocks() 957 error = xfs_qm_dqattach(ip, 0); in xfs_alloc_file_space() 1193 error = xfs_qm_dqattach(ip, 0); in xfs_free_file_space()
|
D | xfs_inode.c | 1441 error = xfs_qm_dqattach(sip, 0); in xfs_link() 1445 error = xfs_qm_dqattach(tdp, 0); in xfs_link() 1935 error = xfs_qm_dqattach(ip, 0); in xfs_inactive() 2548 error = xfs_qm_dqattach(dp, 0); in xfs_remove() 2552 error = xfs_qm_dqattach(ip, 0); in xfs_remove()
|
D | xfs_qm.c | 380 xfs_qm_dqattach( in xfs_qm_dqattach() function 1893 error = xfs_qm_dqattach(ip, 0); in xfs_qm_vop_rename_dqattach()
|
D | xfs_iops.c | 799 error = xfs_qm_dqattach(ip, 0); in xfs_setattr_size()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_attr.c | 226 error = xfs_qm_dqattach(dp, 0); in xfs_attr_set() 438 error = xfs_qm_dqattach(dp, 0); in xfs_attr_remove()
|