Searched refs:cil (Results 1 – 2 of 2) sorted by relevance
52 xlog_cil_set_iclog_hdr_count(struct xfs_cil *cil) in xlog_cil_set_iclog_hdr_count() argument54 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() argument75 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() argument128 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() argument165 if (!test_and_clear_bit(XLOG_CIL_PCP_SPACE, &cil->xc_flags)) in xlog_cil_insert_pcp_aggregate()[all …]
219 struct xfs_cil *cil; member