Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_priv.h10 struct xlog;
206 struct xlog *ic_log;
270 struct xlog *xc_log;
391 struct xlog { struct
458 struct xlog *log); argument
461 struct xlog *log);
463 xlog_recover_cancel(struct xlog *);
465 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
471 struct xlog *log,
491 struct xlog *log,
[all …]
Dxfs_log.c29 struct xlog *log,
34 STATIC struct xlog *
42 struct xlog *log,
46 struct xlog *log);
54 struct xlog *log,
62 struct xlog *log,
66 struct xlog *log,
71 struct xlog *log,
76 struct xlog *log,
80 struct xlog *log,
[all …]
Dxfs_log_recover.c41 struct xlog *,
45 struct xlog *,
50 struct xlog *);
56 struct xlog *, xfs_daddr_t, xfs_daddr_t, int, xfs_daddr_t *);
80 struct xlog *log, in xlog_verify_bno()
97 struct xlog *log, in xlog_alloc_buffer()
139 struct xlog *log, in xlog_align()
147 struct xlog *log, in xlog_do_io()
180 struct xlog *log, in xlog_bread_noalign()
190 struct xlog *log, in xlog_bread()
[all …]
Dxfs_log_cil.c36 struct xlog *log) in xlog_cil_ticket_alloc()
63 struct xlog *log) in xlog_cil_init_post_recovery()
126 struct xlog *log, in xlog_cil_alloc_shadow_bufs()
226 struct xlog *log, in xfs_cil_prepare_item()
300 struct xlog *log, in xlog_cil_insert_format_items()
388 struct xlog *log, in xlog_cil_insert_items()
644 struct xlog *log) in xlog_cil_push()
909 struct xlog *log) __releases(cil->xc_ctx_lock) in xlog_cil_push_background()
965 struct xlog *log, in xlog_cil_push_now()
995 struct xlog *log) in xlog_cil_empty()
[all …]
Dxfs_sysfs.c307 static inline struct xlog *
312 return container_of(kobj, struct xlog, l_kobj); in to_xlog()
322 struct xlog *log = to_xlog(kobject); in log_head_lsn_show()
340 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show()
355 struct xlog *log = to_xlog(kobject); in reserve_grant_head_show()
369 struct xlog *log = to_xlog(kobject); in write_grant_head_show()
Dxfs_mount.h9 struct xlog;
107 struct xlog *m_log; /* log specific stuff */
Dxfs_log.h150 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
Dxfs_trace.h22 struct xlog;
931 TP_PROTO(struct xlog *log, struct xlog_ticket *tic),
996 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \
1105 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn),
1951 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk),
1969 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
1992 TP_PROTO(struct xlog *log, struct xlog_recover *trans,
2029 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \
2040 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f),
2070 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \
[all …]
/fs/xfs/libxfs/
Dxfs_defer.c375 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()