Searched refs:xlog_op_header (Results 1 – 7 of 7) sorted by relevance
43 struct xlog_op_header *oph = vec->i_addr; in xlog_finish_iovec()55 char *buf = vec->i_addr + sizeof(struct xlog_op_header); in xlog_finish_iovec()66 len += sizeof(struct xlog_op_header); in xlog_finish_iovec()
101 struct xlog_op_header *oph; in xlog_prepare_iovec()112 len = lv->lv_buf_used + sizeof(struct xlog_op_header); in xlog_prepare_iovec()115 sizeof(struct xlog_op_header); in xlog_prepare_iovec()126 buf = vec->i_addr + sizeof(struct xlog_op_header); in xlog_prepare_iovec()862 struct xlog_op_header ophdr; in xlog_write_unmount_record()886 BUILD_BUG_ON((sizeof(struct xlog_op_header) + in xlog_write_unmount_record()2000 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full()2056 struct xlog_op_header *ophdr; in xlog_write_partial()2078 sizeof(struct xlog_op_header)) { in xlog_write_partial()2090 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()[all …]
611 sizeof(struct xlog_op_header); in xlog_cil_insert_items()1091 struct xlog_op_header ophdr = { in xlog_cil_write_commit_record()1098 .i_len = sizeof(struct xlog_op_header), in xlog_cil_write_commit_record()1125 struct xlog_op_header oph[2];1161 hdr->lhdr[0].i_len = sizeof(struct xlog_op_header); in xlog_cil_build_trans_hdr()1177 hdr->lhdr[1].i_len = sizeof(struct xlog_op_header) + in xlog_cil_build_trans_hdr()
1142 struct xlog_op_header *op_head; in xlog_check_unmount_rec()1171 op_head = (struct xlog_op_header *)offset; in xlog_check_unmount_rec()2344 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans()2389 struct xlog_op_header *ohead, in xlog_recover_process_ophdr()2477 struct xlog_op_header *ohead; in xlog_recover_process_data()2492 ohead = (struct xlog_op_header *)dp; in xlog_recover_process_data()
710 nbytes += niovecs * (sizeof(uint64_t) + sizeof(struct xlog_op_header)); in xlog_item_space()
45 return round_up(sizeof(struct xlog_op_header) + in xfs_buf_log_overhead()144 (4 * sizeof(struct xlog_op_header) + in xfs_calc_inode_res()
145 typedef struct xlog_op_header { struct