Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_log_cil.c52 xlog_cil_set_iclog_hdr_count(struct xfs_cil *cil) in xlog_cil_set_iclog_hdr_count() argument
54 struct xlog *log = cil->xc_log; in xlog_cil_set_iclog_hdr_count()
56 atomic_set(&cil->xc_iclog_hdrs, in xlog_cil_set_iclog_hdr_count()
72 struct xfs_cil *cil, in xlog_item_in_current_chkpt() argument
75 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags)) in xlog_item_in_current_chkpt()
83 return lip->li_seq == READ_ONCE(cil->xc_current_sequence); in xlog_item_in_current_chkpt()
121 struct xfs_cil *cil, in xlog_cil_push_pcp_aggregate() argument
128 cilpcp = per_cpu_ptr(cil->xc_pcp, cpu); in xlog_cil_push_pcp_aggregate()
157 struct xfs_cil *cil, in xlog_cil_insert_pcp_aggregate() argument
165 if (!test_and_clear_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags)) in xlog_cil_insert_pcp_aggregate()
[all …]
Dxfs_log_priv.h219 struct xfs_cil *cil; member