Searched refs:dqtype (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/fs/xfs/scrub/ |
D | quota.c | 43 uint 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 uint dqtype, in xchk_quota_item() argument 108 if (dqtype != (d->d_flags & XFS_DQ_ALLTYPES)) in xchk_quota_item() 231 uint dqtype; in xchk_quota() local 234 dqtype = xchk_quota_to_dqtype(sc); in xchk_quota() 252 error = xfs_qm_dqiterate(mp, dqtype, xchk_quota_item, &sqi); in xchk_quota()
|
D | repair.h | 52 void xrep_force_quotacheck(struct xfs_scrub *sc, uint dqtype);
|
D | repair.c | 900 uint dqtype) in xrep_force_quotacheck() argument 904 flag = xfs_quota_chkd_flag(dqtype); in xrep_force_quotacheck()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_qm_syscalls.c | 40 uint dqtype; in xfs_qm_scall_quotaoff() local 80 dqtype = 0; in xfs_qm_scall_quotaoff() 88 dqtype |= XFS_QMOPT_UQUOTA; in xfs_qm_scall_quotaoff() 93 dqtype |= XFS_QMOPT_GQUOTA; in xfs_qm_scall_quotaoff() 98 dqtype |= XFS_QMOPT_PQUOTA; in xfs_qm_scall_quotaoff() 155 xfs_qm_dqpurge_all(mp, dqtype); in xfs_qm_scall_quotaoff() 187 if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) { in xfs_qm_scall_quotaoff() 191 if ((dqtype & XFS_QMOPT_GQUOTA) && q->qi_gquotaip) { in xfs_qm_scall_quotaoff() 195 if ((dqtype & XFS_QMOPT_PQUOTA) && q->qi_pquotaip) { in xfs_qm_scall_quotaoff()
|
D | xfs_dquot.h | 184 typedef int (*xfs_qm_dqiterate_fn)(struct xfs_dquot *dq, uint dqtype, 186 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 | 1247 uint dqtype, in xfs_qm_dqiterate() argument 1256 error = xfs_qm_dqget_next(mp, id, dqtype, &dq); in xfs_qm_dqiterate() 1262 error = iter_fn(dq, dqtype, priv); in xfs_qm_dqiterate()
|