Home
last modified time | relevance | path

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

/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()
207 log->l_cilp->xc_ctx->ticket = xlog_cil_ticket_alloc(log); in xlog_cil_init_post_recovery()
208 log->l_cilp->xc_ctx->sequence = 1; in xlog_cil_init_post_recovery()
209 xlog_cil_set_iclog_hdr_count(log->l_cilp); in xlog_cil_init_post_recovery()
411 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
529 if (waitqueue_active(&log->l_cilp->xc_push_wait)) in xlog_cil_over_hard_limit()
549 struct xfs_cil *cil = log->l_cilp; in xlog_cil_insert_items()
1549 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_background()
1634 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_now()
1675 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
569 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()
H A Dxfs_log.c3533 spin_lock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()
3534 wake_up_all(&log->l_cilp->xc_start_wait); in xlog_force_shutdown()
3535 wake_up_all(&log->l_cilp->xc_commit_wait); in xlog_force_shutdown()
3536 spin_unlock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()