Home
last modified time | relevance | path

Searched refs:dqtrx (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/xfs/scrub/
H A Dquotacheck.c196 return &dqa->dqtrx[i]; in xqcheck_get_dqtrx()
215 struct xqcheck_dqtrx *dqtrx; in xqcheck_mod_live_ino_dqtrx() local
272 if (!dqtrx) in xqcheck_mod_live_ino_dqtrx()
274 if (dqtrx->q_type == 0) { in xqcheck_mod_live_ino_dqtrx()
275 dqtrx->q_type = p->q_type; in xqcheck_mod_live_ino_dqtrx()
276 dqtrx->q_id = p->q_id; in xqcheck_mod_live_ino_dqtrx()
321 struct xqcheck_dqtrx *dqtrx; in xqcheck_apply_live_dqtrx() local
355 if (!dqtrx || dqtrx->q_type == 0) in xqcheck_apply_live_dqtrx()
361 dqtrx->icount_delta, in xqcheck_apply_live_dqtrx()
362 dqtrx->bcount_delta + dqtrx->delbcnt_delta, in xqcheck_apply_live_dqtrx()
[all …]
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst3658 (``dqtrx``) that operates in a similar manner to the regular code.
3659 The step 4 hook commits the shadow ``dqtrx`` changes to the shadow dquots.