Searched refs:xlog (Results 1 - 24 of 24) 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,
120 void xlog_buf_readahead(struct xlog *log, xfs_daddr_t blkno, uint len,
122 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
128 void xlog_recover_release_intent(struct xlog *log, unsigned short intent_type,
130 int xlog_alloc_buf_cancel_table(struct xlog *log);
131 void xlog_free_buf_cancel_table(struct xlog *log);
134 void xlog_check_buf_cancel_table(struct xlog *log);
163 void xlog_recover_intent_item(struct xlog *lo
[all...]
H A Dxfs_defer.c534 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
465 xlog_recovery_needed(struct xlog *log)
471 xlog_in_recovery(struct xlog *log)
477 xlog_is_shutdown(struct xlog *log)
488 struct xlog *log)
496 struct xlog *log);
499 struct xlog *lo
[all...]
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_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);
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_exchmaps_item.c550 struct xlog *log,
594 struct xlog *log,
H A Dxfs_icreate_item.c143 struct xlog *log,
H A Dxfs_extfree_item.c723 struct xlog *log,
768 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_bmap_item.c632 struct xlog *log,
686 struct xlog *log,
H A Dxfs_attr_item.c991 struct xlog *log,
1201 struct xlog *log,
H A Dxfs_trans.c959 struct xlog *log = mp->m_log;
1088 struct xlog *log = mp->m_log;
H A Dxfs_trace.h62 struct xlog;
1226 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
1291 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1401 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
2214 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
2232 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
2255 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2292 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2303 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2333 TP_PROTO(struct xlog *lo
[all...]

Completed in 235 milliseconds