Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_mount.c446 * Clear the quotaflags in memory and in the superblock.
845 uint quotaflags = 0; in xfs_mountfs()
1128 error = xfs_qm_newmount(mp, &quotamount, &quotaflags); in xfs_mountfs()
1187 mp->m_qflags = quotaflags; in xfs_mountfs()
843 uint quotaflags = 0; xfs_mountfs() local