sb_gquotino 139 fs/xfs/libxfs/xfs_format.h xfs_ino_t sb_gquotino; /* group quota inode */ sb_gquotino 230 fs/xfs/libxfs/xfs_format.h __be64 sb_gquotino; /* group quota inode */ sb_gquotino 557 fs/xfs/libxfs/xfs_format.h ino == sbp->sb_gquotino || sb_gquotino 413 fs/xfs/libxfs/xfs_sb.c if (sbp->sb_gquotino == 0) sb_gquotino 414 fs/xfs/libxfs/xfs_sb.c sbp->sb_gquotino = NULLFSINO; sb_gquotino 434 fs/xfs/libxfs/xfs_sb.c sbp->sb_gquotino != NULLFSINO) { sb_gquotino 444 fs/xfs/libxfs/xfs_sb.c sbp->sb_pquotino = sbp->sb_gquotino; sb_gquotino 445 fs/xfs/libxfs/xfs_sb.c sbp->sb_gquotino = NULLFSINO; sb_gquotino 488 fs/xfs/libxfs/xfs_sb.c to->sb_gquotino = be64_to_cpu(from->sb_gquotino); sb_gquotino 542 fs/xfs/libxfs/xfs_sb.c to->sb_gquotino = cpu_to_be64(from->sb_gquotino); sb_gquotino 573 fs/xfs/libxfs/xfs_sb.c to->sb_gquotino = cpu_to_be64(from->sb_gquotino); sb_gquotino 575 fs/xfs/libxfs/xfs_sb.c to->sb_gquotino = cpu_to_be64(from->sb_pquotino); sb_gquotino 583 fs/xfs/libxfs/xfs_sb.c if (from->sb_gquotino == NULLFSINO && sb_gquotino 585 fs/xfs/libxfs/xfs_sb.c to->sb_gquotino = cpu_to_be64(NULLFSINO); sb_gquotino 208 fs/xfs/scrub/agheader.c if (sb->sb_gquotino != cpu_to_be64(mp->m_sb.sb_gquotino)) sb_gquotino 755 fs/xfs/xfs_qm.c (mp->m_sb.sb_gquotino != NULLFSINO)) { sb_gquotino 756 fs/xfs/xfs_qm.c ino = mp->m_sb.sb_gquotino; sb_gquotino 761 fs/xfs/xfs_qm.c ASSERT(mp->m_sb.sb_gquotino == NULLFSINO); sb_gquotino 767 fs/xfs/xfs_qm.c mp->m_sb.sb_gquotino = NULLFSINO; sb_gquotino 797 fs/xfs/xfs_qm.c mp->m_sb.sb_gquotino = NULLFSINO; sb_gquotino 806 fs/xfs/xfs_qm.c mp->m_sb.sb_gquotino = (*ip)->i_ino; sb_gquotino 1496 fs/xfs/xfs_qm.c mp->m_sb.sb_gquotino != NULLFSINO) { sb_gquotino 1497 fs/xfs/xfs_qm.c ASSERT(mp->m_sb.sb_gquotino > 0); sb_gquotino 1498 fs/xfs/xfs_qm.c error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, sb_gquotino 273 fs/xfs/xfs_qm_syscalls.c error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_gquotino); sb_gquotino 82 fs/xfs/xfs_quotaops.c mp->m_sb.sb_gquotino);