Symbol: xlog_rec_header
fs/xfs/libxfs/xfs_log_format.h
193
#define XLOG_REC_SIZE offsetofend(struct xlog_rec_header, h_size)
fs/xfs/libxfs/xfs_log_format.h
194
#define XLOG_REC_SIZE_OTHER offsetofend(struct xlog_rec_header, h_pad0)
fs/xfs/libxfs/xfs_log_format.h
196
#define XLOG_REC_SIZE offsetofend(struct xlog_rec_header, h_pad0)
fs/xfs/libxfs/xfs_log_format.h
197
#define XLOG_REC_SIZE_OTHER offsetofend(struct xlog_rec_header, h_size)
fs/xfs/libxfs/xfs_ondisk.h
168
XFS_CHECK_STRUCT_SIZE(struct xlog_rec_header, 512);
fs/xfs/libxfs/xfs_ondisk.h
171
XFS_CHECK_OFFSET(struct xlog_rec_header, h_reserved, 328);
fs/xfs/xfs_log.c
1481
struct xlog_rec_header *rhead = iclog->ic_header;
fs/xfs/xfs_log.c
1505
struct xlog_rec_header *rhead,
fs/xfs/xfs_log.c
1514
offsetof(struct xlog_rec_header, h_crc));
fs/xfs/xfs_log.c
2518
struct xlog_rec_header *head;
fs/xfs/xfs_log.c
3231
struct xlog_rec_header *rhead = iclog->ic_header;
fs/xfs/xfs_log_priv.h
217
struct xlog_rec_header *ic_header;
fs/xfs/xfs_log_priv.h
516
__le32 xlog_cksum(struct xlog *log, struct xlog_rec_header *rhead,
fs/xfs/xfs_log_priv.h
735
static inline __be32 *xlog_cycle_data(struct xlog_rec_header *rhead, unsigned i)
fs/xfs/xfs_log_recover.c
1026
struct xlog_rec_header **rhead, /* ptr to last record */
fs/xfs/xfs_log_recover.c
1029
struct xlog_rec_header *tmp_rhead;
fs/xfs/xfs_log_recover.c
1138
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
1196
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
1241
struct xlog_rec_header *rhead;
fs/xfs/xfs_log_recover.c
1491
struct xlog_rec_header *recp = (struct xlog_rec_header *)buf;
fs/xfs/xfs_log_recover.c
194
struct xlog_rec_header *head)
fs/xfs/xfs_log_recover.c
211
struct xlog_rec_header *head)
fs/xfs/xfs_log_recover.c
2353
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
2398
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
242
struct xlog_rec_header *head)
fs/xfs/xfs_log_recover.c
2482
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
2872
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
2891
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
2962
struct xlog_rec_header *rhead,
fs/xfs/xfs_log_recover.c
3015
struct xlog_rec_header *rhead;
fs/xfs/xfs_log_recover.c
3052
rhead = (struct xlog_rec_header *)offset;
fs/xfs/xfs_log_recover.c
3159
rhead = (struct xlog_rec_header *)offset;
fs/xfs/xfs_log_recover.c
3241
rhead = (struct xlog_rec_header *)offset;
fs/xfs/xfs_log_recover.c
369
xlog_logrec_hblks(struct xlog *log, struct xlog_rec_header *rh)
fs/xfs/xfs_log_recover.c
403
struct xlog_rec_header *head = NULL;
fs/xfs/xfs_log_recover.c
440
head = (struct xlog_rec_header *)offset;
fs/xfs/xfs_log_recover.c
770
struct xlog_rec_header **rhead,
fs/xfs/xfs_log_recover.c
793
*rhead = (struct xlog_rec_header *) offset;
fs/xfs/xfs_log_recover.c
814
*rhead = (struct xlog_rec_header *) offset;
fs/xfs/xfs_log_recover.c
844
struct xlog_rec_header **rhead,
fs/xfs/xfs_log_recover.c
867
*rhead = (struct xlog_rec_header *) offset;
fs/xfs/xfs_log_recover.c
887
*rhead = (struct xlog_rec_header *) offset;
fs/xfs/xfs_log_recover.c
941
struct xlog_rec_header *thead;
fs/xfs/xfs_trace.h
2633
TP_PROTO(struct xlog *log, struct xlog_rec_header *rhead, int pass),
fs/xfs/xfs_trace.h
71
struct xlog_rec_header;