Symbol: xlog_op_header
fs/xfs/libxfs/xfs_trans_resv.c
144
(4 * sizeof(struct xlog_op_header) +
fs/xfs/libxfs/xfs_trans_resv.c
45
return round_up(sizeof(struct xlog_op_header) +
fs/xfs/xfs_log.c
1937
struct xlog_op_header *ophdr = reg->i_addr;
fs/xfs/xfs_log.c
1979
struct xlog_op_header *ophdr;
fs/xfs/xfs_log.c
2001
sizeof(struct xlog_op_header)) {
fs/xfs/xfs_log.c
2011
ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header));
fs/xfs/xfs_log.c
2050
data->bytes_left += sizeof(struct xlog_op_header);
fs/xfs/xfs_log.c
2056
sizeof(struct xlog_op_header));
fs/xfs/xfs_log.c
2063
sizeof(struct xlog_op_header);
fs/xfs/xfs_log.c
2567
2 * sizeof(struct xlog_op_header)) {
fs/xfs/xfs_log.c
3062
unit_bytes += sizeof(struct xlog_op_header);
fs/xfs/xfs_log.c
3066
unit_bytes += sizeof(struct xlog_op_header);
fs/xfs/xfs_log.c
3089
unit_bytes += sizeof(struct xlog_op_header) * num_headers;
fs/xfs/xfs_log.c
3094
unit_bytes += sizeof(struct xlog_op_header);
fs/xfs/xfs_log.c
3264
struct xlog_op_header *ophead = ptr;
fs/xfs/xfs_log.c
3291
ptr += sizeof(struct xlog_op_header) + op_len;
fs/xfs/xfs_log.c
833
struct xlog_op_header ophdr;
fs/xfs/xfs_log_cil.c
1189
struct xlog_op_header ophdr = {
fs/xfs/xfs_log_cil.c
1196
.i_len = sizeof(struct xlog_op_header),
fs/xfs/xfs_log_cil.c
1214
struct xlog_op_header oph[2];
fs/xfs/xfs_log_cil.c
1250
hdr->lhdr[0].i_len = sizeof(struct xlog_op_header);
fs/xfs/xfs_log_cil.c
1266
hdr->lhdr[1].i_len = sizeof(struct xlog_op_header) +
fs/xfs/xfs_log_cil.c
441
struct xlog_op_header *oph;
fs/xfs/xfs_log_cil.c
447
len = lv->lv_buf_used + sizeof(struct xlog_op_header);
fs/xfs/xfs_log_cil.c
450
sizeof(struct xlog_op_header);
fs/xfs/xfs_log_cil.c
461
buf = vec->i_addr + sizeof(struct xlog_op_header);
fs/xfs/xfs_log_cil.c
473
struct xlog_op_header *oph = vec->i_addr;
fs/xfs/xfs_log_cil.c
485
char *buf = vec->i_addr + sizeof(struct xlog_op_header);
fs/xfs/xfs_log_cil.c
496
len += sizeof(struct xlog_op_header);
fs/xfs/xfs_log_cil.c
709
sizeof(struct xlog_op_header);
fs/xfs/xfs_log_priv.h
726
nbytes += niovecs * (sizeof(uint64_t) + sizeof(struct xlog_op_header));
fs/xfs/xfs_log_recover.c
1142
struct xlog_op_header *op_head;
fs/xfs/xfs_log_recover.c
1171
op_head = (struct xlog_op_header *)offset;
fs/xfs/xfs_log_recover.c
2343
struct xlog_op_header *ohead)
fs/xfs/xfs_log_recover.c
2388
struct xlog_op_header *ohead,
fs/xfs/xfs_log_recover.c
2476
struct xlog_op_header *ohead;
fs/xfs/xfs_log_recover.c
2491
ohead = (struct xlog_op_header *)dp;