Lines Matching refs:xlog
10 struct xlog;
206 struct xlog *ic_log;
270 struct xlog *xc_log;
391 struct xlog { struct
458 struct xlog *log); argument
461 struct xlog *log);
463 xlog_recover_cancel(struct xlog *);
465 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
471 struct xlog *log,
491 struct xlog *log,
556 int xlog_cil_init(struct xlog *log);
557 void xlog_cil_init_post_recovery(struct xlog *log);
558 void xlog_cil_destroy(struct xlog *log);
559 bool xlog_cil_empty(struct xlog *log);
566 struct xlog *log,
570 xlog_cil_force(struct xlog *log) in xlog_cil_force()
605 struct xlog *log, in xlog_valid_lsn()