Home
last modified time | relevance | path

Searched refs:xc_iclog_hdrs (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_cil.c55 atomic_set(&cil->xc_iclog_hdrs, in xlog_cil_set_iclog_hdr_count()
617 if (atomic_read(&cil->xc_iclog_hdrs) > 0 || in xlog_cil_insert_items()
625 atomic_sub(tp->t_ticket->t_iclog_hdrs, &cil->xc_iclog_hdrs); in xlog_cil_insert_items()
H A Dxfs_log_priv.h272 atomic_t xc_iclog_hdrs; member