Searched refs:xlog (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/ |
D | xfs_log_priv.h | 22 struct xlog; 222 struct xlog *ic_log; 279 struct xlog *xc_log; 359 struct xlog { struct 425 struct xlog *log); argument 428 struct xlog *log); 430 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead, 436 struct xlog *log, 455 struct xlog *log, 520 int xlog_cil_init(struct xlog *log); [all …]
|
D | xfs_log.c | 44 struct xlog *log, 49 STATIC struct xlog * 57 struct xlog *log, 61 struct xlog *log, 65 struct xlog *log); 71 struct xlog *log, 76 struct xlog *log, 84 struct xlog *log, 88 struct xlog *log, 93 struct xlog *log, [all …]
|
D | xfs_sysfs.c | 135 struct xlog *log = data; in log_head_lsn_show() 153 struct xlog *log = data; in log_tail_lsn_show() 167 struct xlog *log = data; in reserve_grant_head_show() 181 struct xlog *log = data; in write_grant_head_show() 198 static inline struct xlog * 202 return container_of(kobj, struct xlog, l_kobj); in to_xlog() 211 struct xlog *log = to_xlog(kobject); in xfs_log_show() 224 struct xlog *log = to_xlog(kobject); in xfs_log_store()
|
D | xfs_log_cil.c | 49 struct xlog *log) in xlog_cil_ticket_alloc() 77 struct xlog *log) in xlog_cil_init_post_recovery() 90 struct xlog *log, in xfs_cil_prepare_item() 158 struct xlog *log, in xlog_cil_insert_format_items() 280 struct xlog *log, in xlog_cil_insert_items() 427 struct xlog *log) in xlog_cil_push() 683 struct xlog *log) in xlog_cil_push_background() 717 struct xlog *log, in xlog_cil_push_now() 747 struct xlog *log) in xlog_cil_empty() 779 struct xlog *log = mp->m_log; in xfs_log_commit_cil() [all …]
|
D | xfs_log_recover.c | 53 struct xlog *, 57 struct xlog *, 62 struct xlog *); 90 struct xlog *log, in xlog_buf_bbcount_valid() 103 struct xlog *log, in xlog_get_bp() 154 struct xlog *log, in xlog_align() 171 struct xlog *log, in xlog_bread_noalign() 204 struct xlog *log, in xlog_bread() 226 struct xlog *log, in xlog_bread_offset() 256 struct xlog *log, in xlog_bwrite() [all …]
|
D | xfs_mount.h | 23 struct xlog; 102 struct xlog *m_log; /* log specific stuff */
|
D | xfs_trace.h | 34 struct xlog; 890 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 958 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \ 1064 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn), 1903 TP_PROTO(struct xlog *log, struct xlog_recover *trans, 1937 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \ 1948 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), 1978 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \ 1991 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), 2029 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \
|