Searched refs:l_cilp (Results 1 – 3 of 3) sorted by relevance
89 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() 409 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item() 618 if (waitqueue_active(&log->l_cilp->xc_push_wait)) in xlog_cil_over_hard_limit() 638 struct xfs_cil *cil = log->l_cilp; in xlog_cil_insert_items() 1631 __releases_shared(&log->l_cilp->xc_ctx_lock) in xlog_cil_push_background() 1633 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_background() 1718 struct xfs_cil *cil = log->l_cilp; in xlog_cil_push_now() [all...]
418 struct xfs_cil *l_cilp; /* CIL log is working with */ member585 xlog_cil_force_seq(log, log->l_cilp->xc_current_sequence); in xlog_cil_force()
3428 spin_lock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()3429 wake_up_all(&log->l_cilp->xc_start_wait); in xlog_force_shutdown()3430 wake_up_all(&log->l_cilp->xc_commit_wait); in xlog_force_shutdown()3431 spin_unlock(&log->l_cilp->xc_push_lock); in xlog_force_shutdown()