Home
last modified time | relevance | path

Searched refs:xlog_rec_header (Results 1 – 5 of 5) sorted by relevance

/fs/xfs/
Dxfs_log_recover.c376 xlog_logrec_hblks(struct xlog *log, struct xlog_rec_header *rh) in xlog_logrec_hblks()
777 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr()
800 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr()
821 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr()
851 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr()
874 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr()
894 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr()
948 struct xlog_rec_header *thead; in xlog_verify_tail()
1033 struct xlog_rec_header **rhead, /* ptr to last record */ in xlog_verify_head()
1036 struct xlog_rec_header *tmp_rhead; in xlog_verify_head()
[all …]
Dxfs_log_priv.h494 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
Dxfs_log.c1779 struct xlog_rec_header *rhead, in xlog_cksum()
1787 sizeof(struct xlog_rec_header), in xlog_cksum()
1788 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
Dxfs_trace.h61 struct xlog_rec_header;
2224 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
/fs/xfs/libxfs/
Dxfs_log_format.h159 typedef struct xlog_rec_header { struct