Searched refs:dqtype (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/fs/xfs/scrub/ |
D | quota.c | 54 uint dqtype; in xchk_setup_quota() local 60 dqtype = xchk_quota_to_dqtype(sc); in xchk_setup_quota() 61 if (dqtype == 0) in xchk_setup_quota() 65 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota() 70 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota() 87 uint dqtype, in xchk_quota_item() argument 119 if (dqtype != (d->d_flags & XFS_DQ_ALLTYPES)) in xchk_quota_item() 242 uint dqtype; in xchk_quota() local 245 dqtype = xchk_quota_to_dqtype(sc); in xchk_quota() 263 error = xfs_qm_dqiterate(mp, dqtype, xchk_quota_item, &sqi); in xchk_quota()
|
D | repair.h | 54 void xrep_force_quotacheck(struct xfs_scrub *sc, uint dqtype);
|
D | repair.c | 836 uint dqtype) in xrep_force_quotacheck() argument 840 flag = xfs_quota_chkd_flag(dqtype); in xrep_force_quotacheck()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_qm_syscalls.c | 45 uint dqtype; in xfs_qm_scall_quotaoff() local 85 dqtype = 0; in xfs_qm_scall_quotaoff() 93 dqtype |= XFS_QMOPT_UQUOTA; in xfs_qm_scall_quotaoff() 98 dqtype |= XFS_QMOPT_GQUOTA; in xfs_qm_scall_quotaoff() 103 dqtype |= XFS_QMOPT_PQUOTA; in xfs_qm_scall_quotaoff() 160 xfs_qm_dqpurge_all(mp, dqtype); in xfs_qm_scall_quotaoff() 192 if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) { in xfs_qm_scall_quotaoff() 196 if ((dqtype & XFS_QMOPT_GQUOTA) && q->qi_gquotaip) { in xfs_qm_scall_quotaoff() 200 if ((dqtype & XFS_QMOPT_PQUOTA) && q->qi_pquotaip) { in xfs_qm_scall_quotaoff()
|
D | xfs_dquot.h | 185 typedef int (*xfs_qm_dqiterate_fn)(struct xfs_dquot *dq, uint dqtype, 187 int xfs_qm_dqiterate(struct xfs_mount *mp, uint dqtype,
|
D | xfs_quota.h | 41 uint dqtype) in xfs_quota_chkd_flag() argument 43 switch (dqtype) { in xfs_quota_chkd_flag()
|
D | xfs_dquot.c | 1250 uint dqtype, in xfs_qm_dqiterate() argument 1259 error = xfs_qm_dqget_next(mp, id, dqtype, &dq); in xfs_qm_dqiterate() 1265 error = iter_fn(dq, dqtype, priv); in xfs_qm_dqiterate()
|