Searched refs:xlog (Results 1 - 23 of 23) sorted by relevance

/linux-master/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,
118 void xlog_buf_readahead(struct xlog *log, xfs_daddr_t blkno, uint len,
120 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
124 void xlog_recover_release_intent(struct xlog *log, unsigned short intent_type,
126 int xlog_alloc_buf_cancel_table(struct xlog *log);
127 void xlog_free_buf_cancel_table(struct xlog *log);
130 void xlog_check_buf_cancel_table(struct xlog *log);
159 void xlog_recover_intent_item(struct xlog *lo
[all...]
H A Dxfs_defer.c533 struct xlog *log = (*tpp)->t_mountp->m_log;
/linux-master/fs/xfs/
H A Dxfs_log_priv.h12 struct xlog;
191 struct xlog *ic_log;
270 struct xlog *xc_log;
399 struct xlog { struct
468 xlog_recovery_needed(struct xlog *log)
474 xlog_in_recovery(struct xlog *log)
480 xlog_is_shutdown(struct xlog *log)
491 struct xlog *log)
499 struct xlog *log);
502 struct xlog *lo
[all...]
H A Dxfs_log.h128 struct xlog;
159 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
160 bool xlog_force_shutdown(struct xlog *log, uint32_t shutdown_flags);
162 void xlog_use_incompat_feat(struct xlog *log);
163 void xlog_drop_incompat_feat(struct xlog *log);
H A Dxfs_log.c27 STATIC struct xlog *
35 struct xlog *log,
39 struct xlog *log);
45 struct xlog *log);
48 struct xlog *log,
55 struct xlog *log,
59 struct xlog *log,
65 struct xlog *log);
68 struct xlog *log,
73 struct xlog *lo
[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,
74 struct xlog *log,
113 struct xlog *log,
121 struct xlog *log,
153 struct xlog *log,
163 struct xlog *log,
179 struct xlog *lo
[all...]
H A Dxfs_log_cil.c35 struct xlog *log)
53 struct xlog *log = cil->xc_log;
211 struct xlog *log)
275 struct xlog *log,
380 struct xlog *log,
450 struct xlog *log,
532 struct xlog *log,
551 struct xlog *log,
912 struct xlog *log = ctx->cil->xc_log;
931 struct xlog *lo
[all...]
H A Dxfs_dquot_item_recover.c26 struct xlog *log,
62 struct xlog *log,
186 * Recover QUOTAOFF records. We simply make a note of it in the xlog
192 struct xlog *log,
H A Dxfs_trans_priv.h9 struct xlog;
55 struct xlog *ail_log;
H A Dxfs_buf_item_recover.c48 struct xlog *log,
69 struct xlog *log,
101 struct xlog *log,
118 struct xlog *log,
168 struct xlog *log,
182 struct xlog *log,
541 struct xlog *log,
885 struct xlog *log,
1019 struct xlog *log)
1030 struct xlog *lo
[all...]
H A Dxfs_sysfs.c392 /* xlog */
394 static inline struct xlog *
399 return container_of(kobj, struct xlog, l_kobj);
409 struct xlog *log = to_xlog(kobject);
427 struct xlog *log = to_xlog(kobject);
442 struct xlog *log = to_xlog(kobject);
456 struct xlog *log = to_xlog(kobject);
H A Dxfs_trans.h11 struct xlog;
35 struct xlog *li_log;
H A Dxfs_refcount_item.c578 struct xlog *log,
626 struct xlog *log,
H A Dxfs_inode_item_recover.c28 struct xlog *log,
271 struct xlog *log,
H A Dxfs_mount.h9 struct xlog;
92 struct xlog *m_log; /* log specific stuff */
H A Dxfs_icreate_item.c143 struct xlog *log,
H A Dxfs_bmap_item.c634 struct xlog *log,
688 struct xlog *log,
H A Dxfs_extfree_item.c723 struct xlog *log,
768 struct xlog *log,
H A Dxfs_attr_item.c696 struct xlog *log,
779 struct xlog *log,
H A Dxfs_rmap_item.c632 struct xlog *log,
680 struct xlog *log,
H A Dxfs_trans_ail.c755 struct xlog *log = ailp->ail_log;
877 struct xlog *log = ailp->ail_log;
H A Dxfs_trans.c956 struct xlog *log = mp->m_log;
1085 struct xlog *log = mp->m_log;
H A Dxfs_trace.h60 struct xlog;
1217 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1282 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1392 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
2208 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
2226 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2249 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2286 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2297 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2327 TP_PROTO(struct xlog *lo
[all...]

Completed in 213 milliseconds