Searched refs:tic (Results 1 – 5 of 5) sorted by relevance
/fs/xfs/ |
D | xfs_log.c | 212 struct xlog_ticket *tic; in xlog_grant_head_wake_all() local 215 list_for_each_entry(tic, &head->waiters, t_queue) in xlog_grant_head_wake_all() 216 wake_up_process(tic->t_task); in xlog_grant_head_wake_all() 224 struct xlog_ticket *tic) in xlog_ticket_reservation() argument 227 ASSERT(tic->t_flags & XLOG_TIC_PERM_RESERV); in xlog_ticket_reservation() 228 return tic->t_unit_res; in xlog_ticket_reservation() 231 if (tic->t_flags & XLOG_TIC_PERM_RESERV) in xlog_ticket_reservation() 232 return tic->t_unit_res * tic->t_cnt; in xlog_ticket_reservation() 234 return tic->t_unit_res; in xlog_ticket_reservation() 243 struct xlog_ticket *tic; in xlog_grant_head_wake() local [all …]
|
D | xfs_log_cil.c | 38 struct xlog_ticket *tic; in xlog_cil_ticket_alloc() local 40 tic = xlog_ticket_alloc(log, 0, 1, 0); in xlog_cil_ticket_alloc() 46 tic->t_curr_res = 0; in xlog_cil_ticket_alloc() 47 tic->t_iclog_hdrs = 0; in xlog_cil_ticket_alloc() 48 return tic; in xlog_cil_ticket_alloc() 1045 struct xlog_ticket *tic = ctx->ticket; in xlog_cil_build_trans_hdr() local 1046 __be32 tid = cpu_to_be32(tic->t_tid); in xlog_cil_build_trans_hdr() 1068 hdr->thdr.th_tid = tic->t_tid; in xlog_cil_build_trans_hdr() 1081 tic->t_curr_res -= lvhdr->lv_bytes; in xlog_cil_build_trans_hdr()
|
D | xfs_log.h | 144 int xfs_log_regrant(struct xfs_mount *mp, struct xlog_ticket *tic);
|
D | xfs_log_priv.h | 511 struct list_head *lv_chain, struct xlog_ticket *tic,
|
D | xfs_trace.h | 1208 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 1209 TP_ARGS(log, tic), 1229 __entry->ocnt = tic->t_ocnt; 1230 __entry->cnt = tic->t_cnt; 1231 __entry->curr_res = tic->t_curr_res; 1232 __entry->unit_res = tic->t_unit_res; 1233 __entry->flags = tic->t_flags; 1273 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \ 1274 TP_ARGS(log, tic))
|