Home
last modified time | relevance | path

Searched refs:xlog_op_header (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_log.h43 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()
H A Dxfs_log.c98 * We also add space for the xlog_op_header that describes this region in the
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()
913 struct xlog_op_header ophdr; in xlog_write_unmount_record()
937 BUILD_BUG_ON((sizeof(struct xlog_op_header) + in xlog_write_unmount_record()
2258 struct xlog_op_header *ophdr = reg->i_addr; in xlog_write_full()
2314 struct xlog_op_header *ophdr; in xlog_write_partial()
2336 sizeof(struct xlog_op_header)) { in xlog_write_partial()
[all...]
H A Dxfs_log_cil.c310 * We also add the xlog_op_header to each region when in xlog_cil_alloc_shadow_bufs()
319 (sizeof(uint64_t) + sizeof(struct xlog_op_header)); in xlog_cil_alloc_shadow_bufs()
626 sizeof(struct xlog_op_header); in xlog_cil_insert_items()
932 struct xlog_op_header ophdr = { in xlog_cil_write_commit_record()
939 .i_len = sizeof(struct xlog_op_header), in xlog_cil_write_commit_record()
966 struct xlog_op_header oph[2];
1002 hdr->lhdr[0].i_len = sizeof(struct xlog_op_header); in xlog_cil_build_trans_hdr()
1018 hdr->lhdr[1].i_len = sizeof(struct xlog_op_header) + in xlog_cil_build_trans_hdr()
H A Dxfs_log_recover.c1142 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()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_log.c2090 * record, and each region gets its own struct xlog_op_header and may need to be
2120 len += headers * sizeof(struct xlog_op_header); in xlog_write_calc_vec_length()
2127 struct xlog_op_header *ophdr, in xlog_write_start_rec()
2140 struct xlog_op_header *ophdr, in xlog_write_setup_ophdr()
2180 struct xlog_op_header *ophdr, in xlog_write_setup_copy()
2214 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write_setup_copy()
2217 return sizeof(struct xlog_op_header); in xlog_write_setup_copy()
2342 * to account for an extra xlog_op_header here. in xlog_write()
2344 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write()
2376 struct xlog_op_header *ophd in xlog_write()
[all...]
H A Dxfs_log_recover.c1148 struct xlog_op_header *op_head; in xlog_check_unmount_rec()
1177 op_head = (struct xlog_op_header *)offset; in xlog_check_unmount_rec()
2272 struct xlog_op_header *ohead) in xlog_recover_ophdr_to_trans()
2317 struct xlog_op_header *ohead, in xlog_recover_process_ophdr()
2405 struct xlog_op_header *ohead; in xlog_recover_process_data()
2420 ohead = (struct xlog_op_header *)dp; in xlog_recover_process_data()
H A Dxfs_log_cil.c436 split_res *= log->l_iclog_hsize + sizeof(struct xlog_op_header); in xlog_cil_insert_items()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_trans_resv.c36 return round_up(sizeof(struct xlog_op_header) + in xfs_buf_log_overhead()
117 (4 * sizeof(struct xlog_op_header) + in xfs_calc_inode_res()
H A Dxfs_log_format.h141 typedef struct xlog_op_header { struct
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_trans_resv.c36 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()
H A Dxfs_log_format.h142 typedef struct xlog_op_header { struct

Completed in 27 milliseconds