Searched refs:quotaflags (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_qm_bhv.c74 uint *quotaflags)
132 *quotaflags = mp->m_qflags;
71 xfs_qm_newmount( xfs_mount_t *mp, uint *needquotamount, uint *quotaflags) argument
H A Dxfs_mount.c430 * Clear the quotaflags in memory and in the superblock.
641 uint quotaflags = 0; local
908 error = xfs_qm_newmount(mp, &quotamount, &quotaflags);
961 mp->m_qflags = quotaflags;

Completed in 202 milliseconds