Lines Matching refs:xlog
10 struct xlog;
189 struct xlog *ic_log;
263 struct xlog *xc_log;
395 struct xlog { struct
463 xlog_recovery_needed(struct xlog *log) in xlog_recovery_needed() argument
469 xlog_in_recovery(struct xlog *log) in xlog_in_recovery()
475 xlog_is_shutdown(struct xlog *log) in xlog_is_shutdown()
486 struct xlog *log) in xlog_shutdown_wait()
494 struct xlog *log);
497 struct xlog *log);
499 xlog_recover_cancel(struct xlog *);
501 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
505 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
510 int xlog_write(struct xlog *log, struct xfs_cil_ctx *ctx,
513 void xfs_log_ticket_ungrant(struct xlog *log, struct xlog_ticket *ticket);
514 void xfs_log_ticket_regrant(struct xlog *log, struct xlog_ticket *ticket);
516 void xlog_state_switch_iclogs(struct xlog *log, struct xlog_in_core *iclog,
518 int xlog_state_release_iclog(struct xlog *log, struct xlog_in_core *iclog,
579 int xlog_cil_init(struct xlog *log);
580 void xlog_cil_init_post_recovery(struct xlog *log);
581 void xlog_cil_destroy(struct xlog *log);
582 bool xlog_cil_empty(struct xlog *log);
583 void xlog_cil_commit(struct xlog *log, struct xfs_trans *tp,
592 void xlog_cil_flush(struct xlog *log);
593 xfs_lsn_t xlog_cil_force_seq(struct xlog *log, xfs_csn_t sequence);
596 xlog_cil_force(struct xlog *log) in xlog_cil_force()
631 struct xlog *log, in xlog_valid_lsn()
711 void xlog_cil_pcp_dead(struct xlog *log, unsigned int cpu);