Lines Matching refs:xlog
22 struct xlog;
222 struct xlog *ic_log;
279 struct xlog *xc_log;
359 struct xlog { struct
425 struct xlog *log); argument
428 struct xlog *log);
430 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
436 struct xlog *log,
455 struct xlog *log,
520 int xlog_cil_init(struct xlog *log);
521 void xlog_cil_init_post_recovery(struct xlog *log);
522 void xlog_cil_destroy(struct xlog *log);
523 bool xlog_cil_empty(struct xlog *log);
530 struct xlog *log,
534 xlog_cil_force(struct xlog *log) in xlog_cil_force()