Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_log_cil.c89 return xlog_item_in_current_chkpt(lip->li_log->l_cilp, lip); in xfs_log_item_in_current_chkpt()
210 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
211 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
212 xlog_cil_set_iclog_hdr_count(log->l_cilp); in xlog_cil_init_post_recovery()
414 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
532 if (waitqueue_active(&log->l_cilp->xc_push_wait)) in xlog_cil_over_hard_limit()
552 struct xfs_cil *cil = log->l_cilp; in xlog_cil_insert_items()
1369 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_background()
1454 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_now()
1495 struct xfs_cil *cil = log->l_cilp; in xlog_cil_empty()
[all …]
H A Dxfs_log_priv.h403 struct xfs_cil *l_cilp; /* CIL log is working with */ member
603 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()
H A Dxfs_log.c3799 spin_lock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()
3800 wake_up_all(&log->l_cilp->xc_start_wait); in xlog_force_shutdown()
3801 wake_up_all(&log->l_cilp->xc_commit_wait); in xlog_force_shutdown()
3802 spin_unlock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()