Searched refs:xlog (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/ |
D | xfs_log_priv.h | 10 struct xlog; 210 struct xlog *ic_log; 268 struct xlog *xc_log; 348 struct xlog { struct 417 struct xlog *log); argument 420 struct xlog *log); 422 xlog_recover_cancel(struct xlog *); 424 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead, 430 struct xlog *log, 450 struct xlog *log, [all …]
|
D | xfs_log.c | 32 struct xlog *log, 37 STATIC struct xlog * 45 struct xlog *log, 49 struct xlog *log, 53 struct xlog *log); 59 struct xlog *log, 64 struct xlog *log, 72 struct xlog *log, 76 struct xlog *log, 81 struct xlog *log, [all …]
|
D | xfs_log_cil.c | 39 struct xlog *log) in xlog_cil_ticket_alloc() 66 struct xlog *log) in xlog_cil_init_post_recovery() 129 struct xlog *log, in xlog_cil_alloc_shadow_bufs() 229 struct xlog *log, in xfs_cil_prepare_item() 302 struct xlog *log, in xlog_cil_insert_format_items() 390 struct xlog *log, in xlog_cil_insert_items() 628 struct xlog *log) in xlog_cil_push() 884 struct xlog *log) in xlog_cil_push_background() 918 struct xlog *log, in xlog_cil_push_now() 948 struct xlog *log) in xlog_cil_empty() [all …]
|
D | xfs_log_recover.c | 44 struct xlog *, 48 struct xlog *, 53 struct xlog *); 59 struct xlog *, xfs_daddr_t, xfs_daddr_t, int, xfs_daddr_t *); 83 struct xlog *log, in xlog_verify_bp() 101 struct xlog *log, in xlog_get_bp() 156 struct xlog *log, in xlog_align() 173 struct xlog *log, in xlog_bread_noalign() 207 struct xlog *log, in xlog_bread() 229 struct xlog *log, in xlog_bread_offset() [all …]
|
D | xfs_sysfs.c | 258 static inline struct xlog * 263 return container_of(kobj, struct xlog, l_kobj); in to_xlog() 273 struct xlog *log = to_xlog(kobject); in log_head_lsn_show() 291 struct xlog *log = to_xlog(kobject); in log_tail_lsn_show() 306 struct xlog *log = to_xlog(kobject); in reserve_grant_head_show() 320 struct xlog *log = to_xlog(kobject); in write_grant_head_show()
|
D | xfs_mount.h | 9 struct xlog; 87 struct xlog *m_log; /* log specific stuff */
|
D | xfs_trace.h | 22 struct xlog; 913 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), 978 TP_PROTO(struct xlog *log, struct xlog_ticket *tic), \ 1086 TP_PROTO(struct xlog *log, xfs_lsn_t new_lsn), 1932 TP_PROTO(struct xlog *log, xfs_daddr_t headblk, xfs_daddr_t tailblk), 1950 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass), 1973 TP_PROTO(struct xlog *log, struct xlog_recover *trans, 2010 TP_PROTO(struct xlog *log, struct xlog_recover *trans, \ 2021 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), 2051 TP_PROTO(struct xlog *log, struct xfs_buf_log_format *buf_f), \ [all …]
|
/linux-4.19.296/drivers/isdn/hardware/eicon/ |
D | capifunc.c | 67 static void xlog(char *x, ...) in xlog() function 311 xlog("\x00\x02", &msg, 0x81, length); in sendf() 315 xlog("\x00\x02", &msg, 0x81, length); in sendf() 319 xlog("\x00\x02", &msg, 0x81, length); in sendf() 916 xlog("\x00\x02", msg, 0x80, clength); in diva_send_message() 922 xlog("\x00\x02", msg, 0x80, clength); in diva_send_message() 929 xlog("\x00\x02", msg, 0x80, clength); in diva_send_message()
|