Home
last modified time | relevance | path

Searched refs:sb_pquotino (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_sb.c441 * is written to the disk. Even in that case, sb_pquotino field is in xfs_sb_quota_from_disk()
448 if (sbp->sb_pquotino == 0) in xfs_sb_quota_from_disk()
449 sbp->sb_pquotino = NULLFSINO; in xfs_sb_quota_from_disk()
471 * and sb_pquotino. But, only one of them is supported at any in xfs_sb_quota_from_disk()
473 * copy over sb_gquotino to sb_pquotino. The NULLFSINO test in xfs_sb_quota_from_disk()
477 sbp->sb_pquotino = sbp->sb_gquotino; in xfs_sb_quota_from_disk()
542 to->sb_pquotino = be64_to_cpu(from->sb_pquotino); in __xfs_sb_from_disk()
576 to->sb_pquotino = cpu_to_be64(from->sb_pquotino); in xfs_sb_quota_to_disk()
[all...]
H A Dxfs_format.h174 xfs_ino_t sb_pquotino; /* project quota inode */ member
261 __be64 sb_pquotino; /* project quota inode */ member
596 ino == sbp->sb_pquotino); in xfs_is_quota_inode()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_sb.c563 * is written to the disk. Even in that case, sb_pquotino field is in xfs_sb_quota_from_disk()
570 if (sbp->sb_pquotino == 0) in xfs_sb_quota_from_disk()
571 sbp->sb_pquotino = NULLFSINO; in xfs_sb_quota_from_disk()
593 * and sb_pquotino. But, only one of them is supported at any in xfs_sb_quota_from_disk()
595 * copy over sb_gquotino to sb_pquotino. The NULLFSINO test in xfs_sb_quota_from_disk()
599 sbp->sb_pquotino = sbp->sb_gquotino; in xfs_sb_quota_from_disk()
664 to->sb_pquotino = be64_to_cpu(from->sb_pquotino); in __xfs_sb_from_disk()
704 to->sb_pquotino = cpu_to_be64(from->sb_pquotino); in xfs_sb_quota_to_disk()
[all...]
H A Dxfs_format.h174 xfs_ino_t sb_pquotino; /* project quota inode */ member
261 __be64 sb_pquotino; /* project quota inode */ member
431 ino == sbp->sb_pquotino); in xfs_is_quota_inode()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_qm.c749 * with PQUOTA, just use sb_gquotino for sb_pquotino and in xfs_qm_qino_alloc()
760 mp->m_sb.sb_pquotino != NULLFSINO)) in xfs_qm_qino_alloc()
763 (mp->m_sb.sb_pquotino != NULLFSINO)) { in xfs_qm_qino_alloc()
764 ino = mp->m_sb.sb_pquotino; in xfs_qm_qino_alloc()
774 mp->m_sb.sb_pquotino = NULLFSINO; in xfs_qm_qino_alloc()
810 mp->m_sb.sb_pquotino = NULLFSINO; in xfs_qm_qino_alloc()
820 mp->m_sb.sb_pquotino = (*ipp)->i_ino; in xfs_qm_qino_alloc()
1558 mp->m_sb.sb_pquotino != NULLFSINO) { in xfs_qm_init_quotainos()
1559 ASSERT(mp->m_sb.sb_pquotino > 0); in xfs_qm_init_quotainos()
1560 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
[all...]
H A Dxfs_quotaops.c84 mp->m_sb.sb_pquotino, &q->qi_prj_default); in xfs_fs_get_quota_state()
H A Dxfs_qm_syscalls.c126 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_pquotino); in xfs_qm_scall_trunc_qfiles()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm.c753 * with PQUOTA, just use sb_gquotino for sb_pquotino and in xfs_qm_qino_alloc()
764 mp->m_sb.sb_pquotino != NULLFSINO)) in xfs_qm_qino_alloc()
767 (mp->m_sb.sb_pquotino != NULLFSINO)) { in xfs_qm_qino_alloc()
768 ino = mp->m_sb.sb_pquotino; in xfs_qm_qino_alloc()
778 mp->m_sb.sb_pquotino = NULLFSINO; in xfs_qm_qino_alloc()
809 mp->m_sb.sb_pquotino = NULLFSINO; in xfs_qm_qino_alloc()
819 mp->m_sb.sb_pquotino = (*ip)->i_ino; in xfs_qm_qino_alloc()
1527 mp->m_sb.sb_pquotino != NULLFSINO) { in xfs_qm_init_quotainos()
1528 ASSERT(mp->m_sb.sb_pquotino > 0); in xfs_qm_init_quotainos()
1529 error = xfs_iget(mp, NULL, mp->m_sb.sb_pquotino, in xfs_qm_init_quotainos()
[all...]
H A Dxfs_quotaops.c84 mp->m_sb.sb_pquotino, &q->qi_prj_default); in xfs_fs_get_quota_state()
H A Dxfs_qm_syscalls.c342 error = xfs_qm_scall_trunc_qfile(mp, mp->m_sb.sb_pquotino); in xfs_qm_scall_trunc_qfiles()
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dagheader.c340 if (sb->sb_pquotino != cpu_to_be64(mp->m_sb.sb_pquotino)) in xchk_superblock()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader.c319 if (sb->sb_pquotino != cpu_to_be64(mp->m_sb.sb_pquotino)) in xchk_superblock()

Completed in 20 milliseconds