Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_qm_bhv.c78 quotaondisk = xfs_sb_version_hasquota(&mp->m_sb) && in xfs_qm_newmount()
Dxfs_qm_syscalls.c265 if (!xfs_sb_version_hasquota(&mp->m_sb) || flags == 0 || in xfs_qm_scall_trunc_qfiles()
Dxfs_qm.c797 ASSERT(!xfs_sb_version_hasquota(&mp->m_sb)); in xfs_qm_qino_alloc()
1512 if (xfs_sb_version_hasquota(&mp->m_sb)) { in xfs_qm_init_quotainos()
/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.c145 (xfs_sb_version_hasquota(&mp->m_sb) && in xfs_internal_inum()
Dxfs_format.h333 static inline bool xfs_sb_version_hasquota(struct xfs_sb *sbp) in xfs_sb_version_hasquota() function
Dxfs_sb.c1121 if (xfs_sb_version_hasquota(sbp)) in xfs_fs_geometry()