Home
last modified time | relevance | path

Searched refs:xlog_op_header (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.c2120 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()
2344 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write()
2376 struct xlog_op_header *ophdr; in xlog_write()
2400 sizeof(struct xlog_op_header)); in xlog_write()
2408 sizeof(struct xlog_op_header)); in xlog_write()
[all …]
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()
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/
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()
Dxfs_log_format.h141 typedef struct xlog_op_header { struct