Searched refs:xlog_rec_header (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/fs/xfs/ |
D | xfs_log_recover.c | 369 xlog_logrec_hblks(struct xlog *log, struct xlog_rec_header *rh) in xlog_logrec_hblks() 770 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr() 793 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 814 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr() 844 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr() 867 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 887 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr() 941 struct xlog_rec_header *thead; in xlog_verify_tail() 1026 struct xlog_rec_header **rhead, /* ptr to last record */ in xlog_verify_head() 1029 struct xlog_rec_header *tmp_rhead; in xlog_verify_head() [all …]
|
D | xfs_log_priv.h | 479 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
D | xfs_log.c | 1810 struct xlog_rec_header *rhead, in xlog_cksum() 1818 sizeof(struct xlog_rec_header), in xlog_cksum() 1819 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
|
D | xfs_trace.h | 61 struct xlog_rec_header; 2214 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
|
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_log_format.h | 163 typedef struct xlog_rec_header { struct
|