Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_quota.h102 extern int xfs_qm_newmount(struct xfs_mount *, uint *, uint *);
144 #define xfs_qm_newmount(mp, a, b) (0) macro
Dxfs_qm_bhv.c70 xfs_qm_newmount( in xfs_qm_newmount() function
Dxfs_mount.c950 error = xfs_qm_newmount(mp, &quotamount, &quotaflags); in xfs_mountfs()