Searched refs:xlog_rec_header (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/xfs/ |
D | xfs_log_recover.c | 900 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() 923 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 944 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 974 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() 997 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 1017 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 1071 struct xlog_rec_header *thead; in xlog_verify_tail() 1156 struct xlog_rec_header **rhead, /* ptr to last record */ in xlog_verify_head() 1159 struct xlog_rec_header *tmp_rhead; in xlog_verify_head() 1267 struct xlog_rec_header *rhead, in xlog_check_unmount_rec() [all …]
|
D | xfs_log_priv.h | 424 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
D | xfs_log.c | 1735 struct xlog_rec_header *rhead, in xlog_cksum() 1743 sizeof(struct xlog_rec_header), in xlog_cksum() 1744 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
|
D | xfs_trace.h | 1950 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
|
/Linux-v4.19/fs/xfs/libxfs/ |
D | xfs_log_format.h | 162 typedef struct xlog_rec_header { struct
|