Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_bhv.c99 quotaondisk = xfs_sb_version_hasquota(&mp->m_sb) && in xfs_qm_newmount()
Dxfs_qm_syscalls.c290 if (!xfs_sb_version_hasquota(&mp->m_sb) || flags == 0) { in xfs_qm_scall_trunc_qfiles()
421 if (!xfs_sb_version_hasquota(&mp->m_sb)) { in xfs_qm_scall_getqstat()
Dxfs_qm.c1234 ASSERT(!xfs_sb_version_hasquota(&mp->m_sb)); in xfs_qm_qino_alloc()
1779 if (xfs_sb_version_hasquota(&mp->m_sb)) { in xfs_qm_init_quotainos()
/linux-2.6.39/fs/xfs/
Dxfs_sb.h396 static inline int xfs_sb_version_hasquota(xfs_sb_t *sbp) in xfs_sb_version_hasquota() function
Dxfs_itable.c45 (xfs_sb_version_hasquota(&mp->m_sb) && in xfs_internal_inum()
Dxfs_fsops.c84 (xfs_sb_version_hasquota(&mp->m_sb) ? in xfs_fs_geometry()