Home
last modified time | relevance | path

Searched refs:li_seq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log_cil.c265 if (!lv->lv_item->li_seq) in xfs_cil_prepare_item()
266 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()
1190 * li_seq is written on the first commit of a log item to record the in xfs_log_item_in_current_chkpt()
1194 return lip->li_seq == READ_ONCE(cil->xc_current_sequence); in xfs_log_item_in_current_chkpt()
H A Dxfs_trans.h46 xfs_csn_t li_seq; /* CIL commit seq */ member
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trans.h47 xfs_csn_t li_seq; /* CIL commit seq */ member
H A Dxfs_log_cil.c78 * li_seq is written on the first commit of a log item to record the in xlog_item_in_current_chkpt()
82 return lip->li_seq == READ_ONCE(cil->xc_current_sequence); in xlog_item_in_current_chkpt()
416 if (!lv->lv_item->li_seq) in xfs_cil_prepare_item()
417 lv->lv_item->li_seq = log->l_cilp->xc_ctx->sequence; in xfs_cil_prepare_item()

Completed in 6 milliseconds