Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_quota.h119 extern int xfs_qm_dqattach_locked(struct xfs_inode *ip, bool doalloc);
198 #define xfs_qm_dqattach_locked(ip, fl) (0) macro
H A Dxfs_qm.c314 xfs_qm_dqattach_locked( in xfs_qm_dqattach_locked() function
370 error = xfs_qm_dqattach_locked(ip, false); in xfs_qm_dqattach()
1884 error = xfs_qm_dqattach_locked(ip, true); in xfs_qm_vop_dqalloc()
/linux/fs/xfs/scrub/
H A Dtempfile.c276 error = xfs_qm_dqattach_locked(sc->tempip, false); in xrep_tempfile_remove_metadir()