Searched refs:xlog_op_header (Results 1 – 6 of 6) 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()
112 struct xlog_op_header *oph; in xlog_prepare_iovec()123 len = lv->lv_buf_len + sizeof(struct xlog_op_header); in xlog_prepare_iovec()126 sizeof(struct xlog_op_header); in xlog_prepare_iovec()137 buf = vec->i_addr + sizeof(struct xlog_op_header); in xlog_prepare_iovec()928 struct xlog_op_header ophdr; in xlog_write_unmount_record()952 BUILD_BUG_ON((sizeof(struct xlog_op_header) + in xlog_write_unmount_record()2275 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full()2331 struct xlog_op_header *ophdr; in xlog_write_partial()2353 sizeof(struct xlog_op_header)) { in xlog_write_partial()2365 ophdr->oh_len = cpu_to_be32(rlen - sizeof(struct xlog_op_header)); in xlog_write_partial()[all …]
314 (sizeof(uint64_t) + sizeof(struct xlog_op_header)); in xlog_cil_alloc_shadow_bufs()615 sizeof(struct xlog_op_header); in xlog_cil_insert_items()987 struct xlog_op_header ophdr = { in xlog_cil_write_commit_record()994 .i_len = sizeof(struct xlog_op_header), in xlog_cil_write_commit_record()1021 struct xlog_op_header oph[2];1057 hdr->lhdr[0].i_len = sizeof(struct xlog_op_header); in xlog_cil_build_trans_hdr()1073 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()2292 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans()2337 struct xlog_op_header *ohead, in xlog_recover_process_ophdr()2425 struct xlog_op_header *ohead; in xlog_recover_process_data()2440 ohead = (struct xlog_op_header *)dp; in xlog_recover_process_data()
36 return round_up(sizeof(struct xlog_op_header) + in xfs_buf_log_overhead()127 (4 * sizeof(struct xlog_op_header) + in xfs_calc_inode_res()
142 typedef struct xlog_op_header { struct