Home
last modified time | relevance | path

Searched refs:sb_gquotino (Results 1 – 7 of 7) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_sb.c576 if (sbp->sb_gquotino == 0) in xfs_sb_quota_from_disk()
577 sbp->sb_gquotino = NULLFSINO; in xfs_sb_quota_from_disk()
597 sbp->sb_gquotino != NULLFSINO) { in xfs_sb_quota_from_disk()
607 sbp->sb_pquotino = sbp->sb_gquotino; in xfs_sb_quota_from_disk()
608 sbp->sb_gquotino = NULLFSINO; in xfs_sb_quota_from_disk()
651 to->sb_gquotino = be64_to_cpu(from->sb_gquotino); in __xfs_sb_from_disk()
711 to->sb_gquotino = cpu_to_be64(from->sb_gquotino); in xfs_sb_quota_to_disk()
742 to->sb_gquotino = cpu_to_be64(from->sb_gquotino); in xfs_sb_quota_to_disk()
744 to->sb_gquotino = cpu_to_be64(from->sb_pquotino); in xfs_sb_quota_to_disk()
752 if (from->sb_gquotino == NULLFSINO && in xfs_sb_quota_to_disk()
[all …]
H A Dxfs_format.h139 xfs_ino_t sb_gquotino; /* group quota inode */ member
230 __be64 sb_gquotino; /* group quota inode */ member
434 ino == sbp->sb_gquotino || in xfs_is_quota_inode()
/linux/fs/xfs/
H A Dxfs_qm.c763 (mp->m_sb.sb_gquotino != NULLFSINO)) { in xfs_qm_qino_alloc()
764 ino = mp->m_sb.sb_gquotino; in xfs_qm_qino_alloc()
774 mp->m_sb.sb_gquotino != NULLFSINO)) { in xfs_qm_qino_alloc()
783 mp->m_sb.sb_gquotino = NULLFSINO; in xfs_qm_qino_alloc()
819 mp->m_sb.sb_gquotino = NULLFSINO; in xfs_qm_qino_alloc()
828 mp->m_sb.sb_gquotino = (*ipp)->i_ino; in xfs_qm_qino_alloc()
1567 mp->m_sb.sb_gquotino != NULLFSINO) { in xfs_qm_init_quotainos()
1568 ASSERT(mp->m_sb.sb_gquotino > 0); in xfs_qm_init_quotainos()
1569 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, in xfs_qm_init_quotainos()
H A Dxfs_quotaops.c82 mp->m_sb.sb_gquotino, &q->qi_grp_default); in xfs_fs_get_quota_state()
H A Dxfs_qm_syscalls.c121 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino); in xfs_qm_scall_trunc_qfiles()
/linux/fs/xfs/scrub/
H A Dagheader.c230 if (sb->sb_gquotino != cpu_to_be64(mp->m_sb.sb_gquotino)) in xchk_superblock()
H A Dnlinks.c497 error = xchk_nlinks_collect_metafile(xnc, mp->m_sb.sb_gquotino); in xchk_nlinks_collect_metafiles()