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

/linux-master/fs/xfs/scrub/
H A Dquotacheck.c64 struct xqcheck_dqtrx dqtrx[XQCHECK_MAX_NR_DQTRXS]; member in struct:xqcheck_dqacct
113 * per-transaction dqtrx structure to log quota counter updates; and (2) when
183 /* Find a shadow dqtrx slot for the given dquot. */
193 if (dqa->dqtrx[i].q_type == 0 ||
194 (dqa->dqtrx[i].q_type == q_type &&
195 dqa->dqtrx[i].q_id == q_id))
196 return &dqa->dqtrx[i];
215 struct xqcheck_dqtrx *dqtrx; local
232 /* Ignore dqtrx updates for quota types we don't care about. */
270 /* Find the shadow dqtrx (o
321 struct xqcheck_dqtrx *dqtrx; local
[all...]

Completed in 119 milliseconds