Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_log_priv.h10 struct xlog;
209 struct xlog *ic_log;
272 struct xlog *xc_log;
395 struct xlog { struct
470 xlog_recovery_needed(struct xlog *log) in xlog_recovery_needed() argument
476 xlog_in_recovery(struct xlog *log) in xlog_in_recovery()
482 xlog_is_shutdown(struct xlog *log) in xlog_is_shutdown()
490 struct xlog *log);
493 struct xlog *log);
495 xlog_recover_cancel(struct xlog *);
[all …]
Dxfs_log.c27 STATIC struct xlog *
35 struct xlog *log,
39 struct xlog *log);
45 struct xlog *log);
48 struct xlog *log,
56 struct xlog *log,
60 struct xlog *log,
65 struct xlog *log,
69 struct xlog *log);
72 struct xlog *log,
[all …]
Dxfs_log_recover.c36 struct xlog *,
40 struct xlog *,
45 struct xlog *);
51 struct xlog *, xfs_daddr_t, xfs_daddr_t, int, xfs_daddr_t *);
64 struct xlog *log, in xlog_verify_bno()
81 struct xlog *log, in xlog_alloc_buffer()
120 struct xlog *log, in xlog_align()
128 struct xlog *log, in xlog_do_io()
160 struct xlog *log, in xlog_bread_noalign()
170 struct xlog *log, in xlog_bread()
[all …]
Dxfs_log.h107 struct xlog;
142 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
143 bool xlog_force_shutdown(struct xlog *log, int shutdown_flags);
145 void xlog_use_incompat_feat(struct xlog *log);
146 void xlog_drop_incompat_feat(struct xlog *log);
Dxfs_log_cil.c36 struct xlog *log) in xlog_cil_ticket_alloc()
90 struct xlog *log) in xlog_cil_init_post_recovery()
153 struct xlog *log, in xlog_cil_alloc_shadow_bufs()
261 struct xlog *log, in xfs_cil_prepare_item()
335 struct xlog *log, in xlog_cil_insert_format_items()
423 struct xlog *log, in xlog_cil_insert_items()
793 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_chain()
812 struct xlog *log = ctx->cil->xc_log; in xlog_cil_write_commit_record()
858 struct xlog *log = cil->xc_log; in xlog_cil_push_work()
1132 struct xlog *log) __releases(cil->xc_ctx_lock) in xlog_cil_push_background()
[all …]
Dxfs_dquot_item_recover.c25 struct xlog *log, in xlog_recover_dquot_ra_pass2()
61 struct xlog *log, in xlog_recover_dquot_commit_pass2()
177 struct xlog *log, in xlog_recover_quotaoff_commit_pass1()
Dxfs_buf_item_recover.c39 struct xlog *log, in xlog_find_buffer_cancelled()
60 struct xlog *log, in xlog_add_buffer_cancelled()
92 struct xlog *log, in xlog_is_buffer_cancelled()
109 struct xlog *log, in xlog_put_buffer_cancelled()
159 struct xlog *log, in xlog_recover_buf_ra_pass2()
173 struct xlog *log, in xlog_recover_buf_commit_pass1()
532 struct xlog *log, in xlog_recover_do_dquot_buffer()
876 struct xlog *log, in xlog_recover_buf_commit_pass2()
Dxfs_sysfs.c308 static inline struct xlog *
313 return container_of(kobj, struct xlog, l_kobj); in to_xlog()
323 struct xlog *log = to_xlog(kobject); in log_head_lsn_show()
341 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show()
356 struct xlog *log = to_xlog(kobject); in reserve_grant_head_show()
370 struct xlog *log = to_xlog(kobject); in write_grant_head_show()
Dxfs_mount.h9 struct xlog;
89 struct xlog *m_log; /* log specific stuff */
Dxfs_inode_item_recover.c28 struct xlog *log, in xlog_recover_inode_ra_pass2()
197 struct xlog *log, in xlog_recover_inode_commit_pass2()
Dxfs_icreate_item.c142 struct xlog *log, in xlog_recover_icreate_commit_pass2()
Dxfs_refcount_item.c645 struct xlog *log, in xlog_recover_cui_commit_pass2()
687 struct xlog *log, in xlog_recover_cud_commit_pass2()
Dxfs_bmap_item.c629 struct xlog *log, in xlog_recover_bui_commit_pass2()
675 struct xlog *log, in xlog_recover_bud_commit_pass2()
Dxfs_rmap_item.c651 struct xlog *log, in xlog_recover_rui_commit_pass2()
693 struct xlog *log, in xlog_recover_rud_commit_pass2()
Dxfs_extfree_item.c702 struct xlog *log, in xlog_recover_efi_commit_pass2()
744 struct xlog *log, in xlog_recover_efd_commit_pass2()
Dxfs_trace.h57 struct xlog;
1217 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1282 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1389 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
2205 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
2223 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2246 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2283 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2294 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2324 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
[all …]
/Linux-v5.15/fs/xfs/libxfs/
Dxfs_log_recover.h36 void (*ra_pass2)(struct xlog *log, struct xlog_recover_item *item);
39 int (*commit_pass1)(struct xlog *log, struct xlog_recover_item *item);
58 int (*commit_pass2)(struct xlog *log, struct list_head *buffer_list,
121 void xlog_buf_readahead(struct xlog *log, xfs_daddr_t blkno, uint len,
123 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
127 void xlog_recover_release_intent(struct xlog *log, unsigned short intent_type,
Dxfs_defer.c359 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()