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 xlog_recover_cancel(struct xlog *);
432 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
438 struct xlog *log,
457 struct xlog *log,
522 int xlog_cil_init(struct xlog *log);
523 void xlog_cil_init_post_recovery(struct xlog *log);
524 void xlog_cil_destroy(struct xlog *log);
525 bool xlog_cil_empty(struct xlog *log);
532 struct xlog *log,
536 xlog_cil_force(struct xlog *log) in xlog_cil_force()
571 struct xlog *log, in xlog_valid_lsn()