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

/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.c571 if (sbp->sb_gquotino == 0)
572 sbp->sb_gquotino = NULLFSINO;
592 sbp->sb_gquotino != NULLFSINO) {
595 * has sb_gquotino, and in-core superblock has both sb_gquotino
598 * copy over sb_gquotino to sb_pquotino. The NULLFSINO test
602 sbp->sb_pquotino = sbp->sb_gquotino;
603 sbp->sb_gquotino = NULLFSINO;
646 to->sb_gquotino = be64_to_cpu(from->sb_gquotino);
[all...]
H A Dxfs_format.h139 xfs_ino_t sb_gquotino; /* group quota inode */ member in struct:xfs_sb
230 __be64 sb_gquotino; /* group quota inode */ member in struct:xfs_dsb
430 ino == sbp->sb_gquotino ||
/linux-master/fs/xfs/
H A Dxfs_qm.c755 * with PQUOTA, just use sb_gquotino for sb_pquotino and
763 (mp->m_sb.sb_gquotino != NULLFSINO)) {
764 ino = mp->m_sb.sb_gquotino;
774 mp->m_sb.sb_gquotino != NULLFSINO)) {
783 mp->m_sb.sb_gquotino = NULLFSINO;
819 mp->m_sb.sb_gquotino = NULLFSINO;
828 mp->m_sb.sb_gquotino = (*ipp)->i_ino;
1565 mp->m_sb.sb_gquotino != NULLFSINO) {
1566 ASSERT(mp->m_sb.sb_gquotino > 0);
1567 error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
[all...]
H A Dxfs_quotaops.c82 mp->m_sb.sb_gquotino, &q->qi_grp_default);
H A Dxfs_qm_syscalls.c121 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino);
/linux-master/fs/xfs/scrub/
H A Dagheader.c230 if (sb->sb_gquotino != cpu_to_be64(mp->m_sb.sb_gquotino))
H A Dnlinks.c385 error = xchk_nlinks_collect_metafile(xnc, mp->m_sb.sb_gquotino);

Completed in 201 milliseconds