Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_log_recover.c902 struct xlog_rec_header **rhead, in xlog_rseek_logrec_hdr()
925 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr()
946 *rhead = (struct xlog_rec_header *) offset; in xlog_rseek_logrec_hdr()
976 struct xlog_rec_header **rhead, in xlog_seek_logrec_hdr()
999 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr()
1019 *rhead = (struct xlog_rec_header *) offset; in xlog_seek_logrec_hdr()
1073 struct xlog_rec_header *thead; in xlog_verify_tail()
1158 struct xlog_rec_header **rhead, /* ptr to last record */ in xlog_verify_head()
1161 struct xlog_rec_header *tmp_rhead; in xlog_verify_head()
1250 struct xlog_rec_header *rhead, in xlog_check_unmount_rec()
[all …]
Dxfs_log_priv.h436 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
Dxfs_log.c1698 struct xlog_rec_header *rhead, in xlog_cksum()
1706 sizeof(struct xlog_rec_header), in xlog_cksum()
1707 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
Dxfs_trace.h2014 TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
/fs/xfs/libxfs/
Dxfs_log_format.h161 typedef struct xlog_rec_header { struct