Searched refs:xlog_rec_header (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_log_priv.h | 430 extern __le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
|
D | xfs_log_recover.c | 3577 struct xlog_rec_header *rhead, in xlog_recover_ophdr_to_trans() 3622 struct xlog_rec_header *rhead, in xlog_recover_process_ophdr() 3673 struct xlog_rec_header *rhead, in xlog_recover_process_data() 4022 struct xlog_rec_header *rhead, in xlog_unpack_data_crc() 4052 struct xlog_rec_header *rhead, in xlog_unpack_data() 4085 struct xlog_rec_header *rhead, in xlog_valid_rec_header()
|
D | xfs_log.c | 1643 struct xlog_rec_header *rhead, in xlog_cksum() 1651 sizeof(struct xlog_rec_header), in xlog_cksum() 1652 offsetof(struct xlog_rec_header, h_crc)); in xlog_cksum()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_log_format.h | 155 typedef struct xlog_rec_header { struct
|