Home
last modified time | relevance | path

Searched refs:dqtype (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dquota.c43 xfs_dqtype_t dqtype; in xchk_setup_quota() local
49 dqtype = xchk_quota_to_dqtype(sc); in xchk_setup_quota()
50 if (dqtype == 0) in xchk_setup_quota()
54 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()
59 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota()
76 xfs_dqtype_t dqtype, in xchk_quota_item()
217 xfs_dqtype_t dqtype; in xchk_quota() local
220 dqtype = xchk_quota_to_dqtype(sc); in xchk_quota()
238 error = xfs_qm_dqiterate(mp, dqtype, xchk_quota_item, &sqi); in xchk_quota()
74 xchk_quota_item( struct xfs_dquot *dq, xfs_dqtype_t dqtype, void *priv) xchk_quota_item() argument
/kernel/linux/linux-6.6/fs/xfs/scrub/
H A Dquota.c43 xfs_dqtype_t dqtype; in xchk_setup_quota() local
49 dqtype = xchk_quota_to_dqtype(sc); in xchk_setup_quota()
50 if (dqtype == 0) in xchk_setup_quota()
53 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()
63 error = xchk_install_live_inode(sc, xfs_quota_inode(sc->mp, dqtype)); in xchk_setup_quota()
82 xfs_dqtype_t dqtype, in xchk_quota_item()
224 xfs_dqtype_t dqtype; in xchk_quota() local
227 dqtype = xchk_quota_to_dqtype(sc); in xchk_quota()
244 error = xfs_qm_dqiterate(mp, dqtype, xchk_quota_item, &sqi); in xchk_quota()
80 xchk_quota_item( struct xfs_dquot *dq, xfs_dqtype_t dqtype, void *priv) xchk_quota_item() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_qm_syscalls.c102 uint dqtype; in xfs_qm_scall_quotaoff() local
142 dqtype = 0; in xfs_qm_scall_quotaoff()
150 dqtype |= XFS_QMOPT_UQUOTA; in xfs_qm_scall_quotaoff()
155 dqtype |= XFS_QMOPT_GQUOTA; in xfs_qm_scall_quotaoff()
160 dqtype |= XFS_QMOPT_PQUOTA; in xfs_qm_scall_quotaoff()
217 xfs_qm_dqpurge_all(mp, dqtype); in xfs_qm_scall_quotaoff()
249 if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) { in xfs_qm_scall_quotaoff()
253 if ((dqtype & XFS_QMOPT_GQUOTA) && q->qi_gquotaip) { in xfs_qm_scall_quotaoff()
257 if ((dqtype & XFS_QMOPT_PQUOTA) && q->qi_pquotaip) { in xfs_qm_scall_quotaoff()

Completed in 3 milliseconds