Home
last modified time | relevance | path

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

/fs/xfs/quota/
Dxfs_qm_bhv.c112 uint *quotaflags) in xfs_qm_newmount() argument
117 *quotaflags = 0; in xfs_qm_newmount()
174 *quotaflags = mp->m_qflags; in xfs_qm_newmount()
186 uint quotaflags) in xfs_qm_endmount() argument
190 mp->m_qflags = quotaflags; in xfs_qm_endmount()
/fs/xfs/
Dxfs_qmops.c89 uint *quotaflags) in xfs_noquota_init() argument
93 *quotaflags = 0; in xfs_noquota_init()
Dxfs_mount.c907 uint quotamount, quotaflags; in xfs_mountfs() local
1153 error = XFS_QM_INIT(mp, &quotamount, &quotaflags); in xfs_mountfs()
1171 error = XFS_QM_MOUNT(mp, quotamount, quotaflags); in xfs_mountfs()