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

/linux-master/fs/xfs/
H A Dxfs_log_cil.c51 xlog_cil_set_iclog_hdr_count(struct xfs_cil *cil) argument
53 struct xlog *log = cil->xc_log;
55 atomic_set(&cil->xc_iclog_hdrs,
71 struct xfs_cil *cil,
74 if (test_bit(XLOG_CIL_EMPTY, &cil->xc_flags))
82 return lip->li_seq == READ_ONCE(cil->xc_current_sequence);
120 struct xfs_cil *cil,
127 cilpcp = per_cpu_ptr(cil->xc_pcp, cpu);
140 * We're in the middle of switching cil contexts. Reset the
156 struct xfs_cil *cil,
70 xlog_item_in_current_chkpt( struct xfs_cil *cil, struct xfs_log_item *lip) argument
119 xlog_cil_push_pcp_aggregate( struct xfs_cil *cil, struct xfs_cil_ctx *ctx) argument
155 xlog_cil_insert_pcp_aggregate( struct xfs_cil *cil, struct xfs_cil_ctx *ctx) argument
187 xlog_cil_ctx_switch( struct xfs_cil *cil, struct xfs_cil_ctx *ctx) argument
555 struct xfs_cil *cil = log->l_cilp; local
783 struct xfs_cil *cil = ctx->cil; local
854 xlog_cil_order_write( struct xfs_cil *cil, xfs_csn_t sequence, enum _record_type record) argument
1133 struct xfs_cil *cil = ctx->cil; local
1383 struct xfs_cil *cil = log->l_cilp; variable in typeref:struct:xfs_cil
1468 struct xfs_cil *cil = log->l_cilp; local
1509 struct xfs_cil *cil = log->l_cilp; local
1530 xlog_cil_process_intents( struct xfs_cil *cil, struct xfs_trans *tp) argument
1576 struct xfs_cil *cil = log->l_cilp; local
1663 struct xfs_cil *cil = log->l_cilp; local
1756 struct xfs_cil *cil; local
1808 struct xfs_cil *cil = log->l_cilp; local
[all...]
H A Dxfs_log_priv.h221 struct xfs_cil *cil; member in struct:xfs_cil_ctx

Completed in 374 milliseconds