Lines Matching refs:xlog
10 struct xlog;
210 struct xlog *ic_log;
268 struct xlog *xc_log;
348 struct xlog { struct
417 struct xlog *log); argument
420 struct xlog *log);
422 xlog_recover_cancel(struct xlog *);
424 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
430 struct xlog *log,
450 struct xlog *log,
515 int xlog_cil_init(struct xlog *log);
516 void xlog_cil_init_post_recovery(struct xlog *log);
517 void xlog_cil_destroy(struct xlog *log);
518 bool xlog_cil_empty(struct xlog *log);
525 struct xlog *log,
529 xlog_cil_force(struct xlog *log) in xlog_cil_force()
564 struct xlog *log, in xlog_valid_lsn()