Home
last modified time | relevance | path

Searched refs:xlog (Results 1 – 24 of 24) 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()
1169 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain()
1188 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()
561 struct xlog *log, in xlog_recover_do_dquot_buffer()
1010 struct xlog *log, in xlog_recover_buf_commit_pass2()
1165 struct xlog *log) in xlog_check_buf_cancel_table()
1176 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()
192 struct xlog *log, in xlog_recover_quotaoff_commit_pass1()
H A Dxfs_log.h114 struct xlog;
145 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_refcount_item.c708 struct xlog *log, in xlog_recover_cui_commit_pass2()
750 struct xlog *log, in xlog_recover_rtcui_commit_pass2()
786 struct xlog *log, in xlog_recover_rtcui_commit_pass2()
811 struct xlog *log, in xlog_recover_cud_commit_pass2()
837 struct xlog *log, in xlog_recover_rtcud_commit_pass2()
H A Dxfs_rmap_item.c737 struct xlog *log, in xlog_recover_rui_commit_pass2()
779 struct xlog *log, in xlog_recover_rtrui_commit_pass2()
815 struct xlog *log, in xlog_recover_rtrui_commit_pass2()
840 struct xlog *log, in xlog_recover_rud_commit_pass2()
866 struct xlog *log, in xlog_recover_rtrud_commit_pass2()
H A Dxfs_sysfs.c395 static inline struct xlog *
400 return container_of(kobj, struct xlog, l_kobj); in to_xlog()
410 struct xlog *log = to_xlog(kobject); in log_head_lsn_show()
428 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show()
H A Dxfs_trans_ail.c409 struct xlog *log = ailp->ail_log; in xfs_ail_calc_push_target()
756 struct xlog *log = ailp->ail_log; in __xfs_ail_assign_tail_lsn()
787 struct xlog *log = ailp->ail_log; in xfs_ail_update_finish()
922 struct xlog *log = ailp->ail_log; in xfs_trans_ail_delete()
H A Dxfs_trans.h11 struct xlog;
35 struct xlog *li_log;
H A Dxfs_extfree_item.c859 struct xlog *log, in xlog_recover_efi_commit_pass2()
898 struct xlog *log, in xlog_recover_rtefi_commit_pass2()
931 struct xlog *log, in xlog_recover_rtefi_commit_pass2()
956 struct xlog *log, in xlog_recover_efd_commit_pass2()
993 struct xlog *log, in xlog_recover_rtefd_commit_pass2()
H A Dxfs_exchmaps_item.c547 struct xlog *log, in xlog_recover_xmi_commit_pass2()
591 struct xlog *log, in xlog_recover_xmd_commit_pass2()
H A Dxfs_icreate_item.c141 struct xlog *log, in xlog_recover_icreate_commit_pass2()
H A Dxfs_inode_item_recover.c30 struct xlog *log, in xlog_recover_inode_ra_pass2()
309 struct xlog *log, in xlog_recover_inode_commit_pass2()
H A Dxfs_mount.h9 struct xlog;
164 struct xlog *m_log; /* log specific stuff */
H A Dxfs_bmap_item.c645 struct xlog *log, in xlog_recover_bui_commit_pass2()
699 struct xlog *log, in xlog_recover_bud_commit_pass2()
H A Dxfs_trans.c826 struct xlog *log = mp->m_log; in __xfs_trans_commit()
950 struct xlog *log = mp->m_log; in xfs_trans_cancel()
H A Dxfs_attr_item.c998 struct xlog *log, in xlog_recover_attri_commit_pass2()
1162 struct xlog *log, in xlog_recover_attrd_commit_pass2()
H A Dxfs_trace.h67 struct xlog;
1525 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1589 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1728 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
2613 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
2631 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2654 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2691 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2702 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2732 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.c535 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()