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 xlog_recover_cancel(struct xlog *); 432 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead, 438 struct xlog *log, 457 struct xlog *log, [all …]
|
D | xfs_log.c | 43 struct xlog *log, 48 STATIC struct xlog * 56 struct xlog *log, 60 struct xlog *log, 64 struct xlog *log); 70 struct xlog *log, 75 struct xlog *log, 83 struct xlog *log, 87 struct xlog *log, 92 struct xlog *log, [all …]
|
D | xfs_log_recover.c | 51 struct xlog *, 55 struct xlog *, 60 struct xlog *); 88 struct xlog *log, in xlog_buf_bbcount_valid() 101 struct xlog *log, in xlog_get_bp() 152 struct xlog *log, in xlog_align() 169 struct xlog *log, in xlog_bread_noalign() 202 struct xlog *log, in xlog_bread() 224 struct xlog *log, in xlog_bread_offset() 254 struct xlog *log, in xlog_bwrite() [all …]
|
D | xfs_log_cil.c | 48 struct xlog *log) in xlog_cil_ticket_alloc() 76 struct xlog *log) in xlog_cil_init_post_recovery() 89 struct xlog *log, in xfs_cil_prepare_item() 157 struct xlog *log, in xlog_cil_insert_format_items() 279 struct xlog *log, in xlog_cil_insert_items() 432 struct xlog *log) in xlog_cil_push() 688 struct xlog *log) in xlog_cil_push_background() 722 struct xlog *log, in xlog_cil_push_now() 752 struct xlog *log) in xlog_cil_empty() 784 struct xlog *log = mp->m_log; in xfs_log_commit_cil() [all …]
|
D | xfs_sysfs.c | 189 static inline struct xlog * 194 return container_of(kobj, struct xlog, l_kobj); in to_xlog() 204 struct xlog *log = to_xlog(kobject); in log_head_lsn_show() 222 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show() 237 struct xlog *log = to_xlog(kobject); in reserve_grant_head_show() 251 struct xlog *log = to_xlog(kobject); in write_grant_head_show()
|
D | xfs_mount.h | 21 struct xlog; 67 struct xlog *m_log; /* log specific stuff */
|
D | xfs_trace.h | 34 struct xlog; 943 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 1011 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \ 1117 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn), 1969 TP_PROTO(struct xlog *log, struct xlog_recover *trans, 2003 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \ 2014 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), 2044 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \ 2057 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), 2095 TP_PROTO(struct xlog *log, struct xfs_inode_log_format *in_f), \ [all …]
|