Home
last modified time | relevance | path

Searched refs:l_cilp (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_log_cil.c92 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
93 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
302 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
426 struct xfs_cil *cil = log->l_cilp; in xlog_cil_insert_items()
1134 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_background()
1211 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_now()
1242 struct xfs_cil *cil = log->l_cilp; in xlog_cil_empty()
1272 struct xfs_cil *cil = log->l_cilp; in xlog_cil_commit()
1327 xfs_csn_t seq = log->l_cilp->xc_current_sequence; in xlog_cil_flush()
1348 struct xfs_cil *cil = log->l_cilp; in xlog_cil_force_seq()
[all …]
Dxfs_log_priv.h399 struct xfs_cil *l_cilp; /* CIL log is working with */ member
607 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()
Dxfs_log.c3903 spin_lock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()
3904 wake_up_all(&log->l_cilp->xc_start_wait); in xlog_force_shutdown()
3905 wake_up_all(&log->l_cilp->xc_commit_wait); in xlog_force_shutdown()
3906 spin_unlock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()