Searched refs:xlog (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_log_priv.h | 10 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 …]
|
D | xfs_log.c | 29 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 …]
|
D | xfs_log_recover.c | 41 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 …]
|
D | xfs_log_cil.c | 36 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 …]
|
D | xfs_sysfs.c | 307 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()
|
D | xfs_mount.h | 9 struct xlog; 107 struct xlog *m_log; /* log specific stuff */
|
D | xfs_log.h | 150 xfs_lsn_t xlog_grant_push_threshold(struct xlog *log, int need_bytes);
|
D | xfs_trace.h | 22 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/ |
D | xfs_defer.c | 375 struct xlog *log = (*tpp)->t_mountp->m_log; in xfs_defer_relog()
|