Home
last modified time | relevance | path

Searched refs:xfs_qm_dqattach_locked (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_quota.h95 extern int xfs_qm_dqattach_locked(struct xfs_inode *, uint);
137 #define xfs_qm_dqattach_locked(ip, fl) (0) macro
Dxfs_qm.c331 xfs_qm_dqattach_locked( in xfs_qm_dqattach_locked() function
390 error = xfs_qm_dqattach_locked(ip, flags); in xfs_qm_dqattach()
1632 error = xfs_qm_dqattach_locked(ip, XFS_QMOPT_DQALLOC); in xfs_qm_vop_dqalloc()
Dxfs_iomap.c554 error = xfs_qm_dqattach_locked(ip, 0); in xfs_iomap_write_delay()