Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_qm_bhv.c90 quotaondisk = xfs_sb_version_hasquota(&mp->m_sb) && in xfs_qm_newmount()
Dxfs_itable.c40 (xfs_sb_version_hasquota(&mp->m_sb) && in xfs_internal_inum()
Dxfs_qm_syscalls.c278 if (!xfs_sb_version_hasquota(&mp->m_sb) || flags == 0 || in xfs_qm_scall_trunc_qfiles()
Dxfs_qm.c779 ASSERT(!xfs_sb_version_hasquota(&mp->m_sb)); in xfs_qm_qino_alloc()
1495 if (xfs_sb_version_hasquota(&mp->m_sb)) { in xfs_qm_init_quotainos()
Dxfs_fsops.c81 (xfs_sb_version_hasquota(&mp->m_sb) ? in xfs_fs_geometry()
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_format.h337 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota() function