Searched refs:q_type (Results 1 – 10 of 10) sorted by relevance
| /fs/xfs/scrub/ |
| A D | quotacheck.c | 43 xfs_dqtype_t q_type; member 187 xfs_dqtype_t q_type, in xqcheck_get_dqtrx() argument 193 if (dqa->dqtrx[i].q_type == 0 || in xqcheck_get_dqtrx() 194 (dqa->dqtrx[i].q_type == q_type && in xqcheck_get_dqtrx() 233 switch (p->q_type) { in xqcheck_mod_live_ino_dqtrx() 271 dqtrx = xqcheck_get_dqtrx(dqa, p->q_type, p->q_id); 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() 328 switch (p->q_type) { in xqcheck_apply_live_dqtrx() 354 dqtrx = xqcheck_get_dqtrx(dqa, p->q_type, p->q_id); in xqcheck_apply_live_dqtrx() [all …]
|
| A D | quota_repair.c | 82 trace_xrep_dquot_item_fill_bmap_hole(sc->mp, dq->q_type, dq->q_id); in xrep_quota_item_fill_bmap_hole() 91 xfs_qm_init_dquot_blk(sc->tp, dq->q_id, dq->q_type, bp); in xrep_quota_item_fill_bmap_hole() 251 trace_xrep_dquot_item(sc->mp, dq->q_type, dq->q_id); in xrep_quota_item()
|
| A D | quotacheck_repair.c | 111 trace_xrep_quotacheck_dquot(xqc->sc->mp, dq->q_type, dq->q_id); in xqcheck_commit_dquot()
|
| /fs/xfs/ |
| A D | xfs_dquot.h | 71 xfs_dqtype_t q_type; member 142 return dqp->q_type & XFS_DQTYPE_REC_MASK; in xfs_dquot_type()
|
| A D | xfs_trans_dquot.c | 63 !(dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_trans_log_dquot() 64 dqp->q_type |= XFS_DQTYPE_BIGTIME; in xfs_trans_log_dquot() 168 .q_type = xfs_dquot_type(dqp), in xfs_trans_mod_ino_dquot() 454 .q_type = xfs_dquot_type(dqp), in xfs_trans_apply_dquot_deltas_hook() 641 .q_type = xfs_dquot_type(dqp), in xfs_trans_unreserve_and_mod_dquots_hook()
|
| A D | xfs_dquot.c | 55 switch (dqp->q_type) { in xfs_dquot_mark_sick() 530 dqp->q_type = type; in xfs_dquot_alloc() 635 dqp->q_type = ddqp->d_type; in xfs_dquot_from_disk() 672 ddqp->d_type = dqp->q_type; in xfs_dquot_to_disk() 1260 if (dqp->q_type & XFS_DQTYPE_BIGTIME) { in xfs_qm_dqflush_check()
|
| A D | xfs_qm.h | 119 xfs_dqtype_t q_type; member
|
| A D | xfs_quota.h | 89 xfs_dqtype_t q_type; member
|
| A D | xfs_trace.h | 1351 __entry->type = dqp->q_type; 1435 __entry->type = dqp->q_type; 1474 __entry->type = qtrx->qt_dquot->q_type;
|
| /fs/xfs/libxfs/ |
| A D | xfs_dquot_buf.c | 324 if (timer != 0 && (dqp->q_type & XFS_DQTYPE_BIGTIME)) in xfs_dquot_to_disk_ts()
|
Completed in 26 milliseconds