Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_quota.h94 extern int xfs_qm_dqattach_locked(struct xfs_inode *, uint);
136 #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()
1631 error = xfs_qm_dqattach_locked(ip, XFS_QMOPT_DQALLOC); in xfs_qm_vop_dqalloc()
Dxfs_iomap.c592 error = xfs_qm_dqattach_locked(ip, 0); in xfs_iomap_write_delay()