Home
last modified time | relevance | path

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

/linux-2.6.39/fs/xfs/
Dxfs_log.c1628 len += headers * sizeof(struct xlog_op_header); in xlog_write_calc_vec_length()
1639 struct xlog_op_header *ophdr, in xlog_write_start_rec()
1653 return sizeof(struct xlog_op_header); in xlog_write_start_rec()
1659 struct xlog_op_header *ophdr, in xlog_write_setup_ophdr()
1699 struct xlog_op_header *ophdr, in xlog_write_setup_copy()
1733 ticket->t_curr_res -= sizeof(struct xlog_op_header); in xlog_write_setup_copy()
1736 return sizeof(struct xlog_op_header); in xlog_write_setup_copy()
1894 struct xlog_op_header *ophdr; in xlog_write()
1914 sizeof(struct xlog_op_header)); in xlog_write()
Dxfs_log_priv.h263 typedef struct xlog_op_header { struct
Dxfs_log_cil.c327 hdrs *= log->l_iclog_hsize + sizeof(struct xlog_op_header); in xlog_cil_insert_items()