Home
last modified time | relevance | path

Searched refs:xlog (Results 1 – 15 of 15) sorted by relevance

/linux/fs/xfs/
H A Dxfs_log_priv.h12 struct xlog;
207 struct xlog *ic_log;
285 struct xlog *xc_log;
414 struct xlog { struct
478 xlog_recovery_needed(struct xlog *log) in xlog_recovery_needed() argument
484 xlog_in_recovery(struct xlog *log) in xlog_in_recovery()
490 xlog_is_shutdown(struct xlog *log) in xlog_is_shutdown()
501 struct xlog *log) in xlog_shutdown_wait()
509 struct xlog *log);
512 struct xlog *log);
[all …]
H A Dxfs_log.c37 STATIC struct xlog *
45 struct xlog *log);
51 struct xlog *log);
54 struct xlog *log,
58 struct xlog *log,
64 struct xlog *log,
69 struct xlog *log,
78 struct xlog *log);
110 struct xlog *log, in xlog_grant_return_space()
130 struct xlog *log, in xlog_grant_space_left()
[all …]
H A Dxfs_log_recover.c36 struct xlog *,
40 struct xlog *,
44 struct xlog *, xfs_daddr_t, xfs_daddr_t, int, xfs_daddr_t *);
57 struct xlog *log, in xlog_verify_bno()
74 struct xlog *log, in xlog_alloc_buffer()
113 struct xlog *log, in xlog_align()
121 struct xlog *log, in xlog_do_io()
153 struct xlog *log, in xlog_bread_noalign()
163 struct xlog *log, in xlog_bread()
179 struct xlog *log, in xlog_bwrite()
[all …]
H A Dxfs_log_cil.c35 struct xlog *log) in xlog_cil_ticket_alloc()
53 struct xlog *log = cil->xc_log; in xlog_cil_set_iclog_hdr_count()
205 struct xlog *log) in xlog_cil_init_post_recovery()
269 struct xlog *log, in xlog_cil_alloc_shadow_bufs()
372 struct xlog *log, in xfs_cil_prepare_item()
538 struct xlog *log, in xlog_cil_insert_format_items()
615 struct xlog *log, in xlog_cil_over_hard_limit()
634 struct xlog *log, in xlog_cil_insert_items()
1170 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain()
1189 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_commit_record()
[all …]
H A Dxfs_buf_item_recover.c53 struct xlog *log, in xlog_find_buffer_cancelled()
74 struct xlog *log, in xlog_add_buffer_cancelled()
106 struct xlog *log, in xlog_is_buffer_cancelled()
123 struct xlog *log, in xlog_put_buffer_cancelled()
173 struct xlog *log, in xlog_recover_buf_ra_pass2()
187 struct xlog *log, in xlog_recover_buf_commit_pass1()
577 struct xlog *log, in xlog_recover_do_dquot_buffer()
1031 struct xlog *log, in xlog_recover_buf_commit_pass2()
1187 struct xlog *log) in xlog_check_buf_cancel_table()
1198 struct xlog *log) in xlog_alloc_buf_cancel_table()
[all …]
H A Dxfs_dquot_item_recover.c26 struct xlog *log, in xlog_recover_dquot_ra_pass2()
62 struct xlog *log, in xlog_recover_dquot_commit_pass2()
191 struct xlog *log, in xlog_recover_quotaoff_commit_pass1()
H A Dxfs_log.h97 struct xlog;
126 bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
H A Dxfs_trans_priv.h9 struct xlog;
52 struct xlog *ail_log;
H A Dxfs_trans_ail.c410 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target()
757 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn()
788 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish()
924 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete()
H A Dxfs_sysfs.c397 static inline struct xlog *
402 return container_of(kobj, struct xlog, l_kobj); in to_xlog()
412 struct xlog *log = to_xlog(kobject); in log_head_lsn_show()
430 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show()
H A Dxfs_exchmaps_item.c564 struct xlog *log, in xlog_recover_xmi_commit_pass2()
608 struct xlog *log, in xlog_recover_xmd_commit_pass2()
H A Dxfs_mount.h9 struct xlog;
164 struct xlog *m_log; /* log specific stuff */
H A Dxfs_trace.h67 struct xlog;
1527 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1591 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1730 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
2615 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
2633 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2656 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2693 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2704 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2734 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_log_recover.h37 void (*ra_pass2)(struct xlog *log, struct xlog_recover_item *item);
40 int (*commit_pass1)(struct xlog *log, struct xlog_recover_item *item);
59 int (*commit_pass2)(struct xlog *log, struct list_head *buffer_list,
126 void xlog_buf_readahead(struct xlog *log, xfs_daddr_t blkno, uint len,
128 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
134 void xlog_recover_release_intent(struct xlog *log, unsigned short intent_type,
136 int xlog_alloc_buf_cancel_table(struct xlog *log);
137 void xlog_free_buf_cancel_table(struct xlog *log);
140 void xlog_check_buf_cancel_table(struct xlog *log);
169 void xlog_recover_intent_item(struct xlog *log, struct xfs_log_item *lip,
H A Dxfs_defer.c536 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()