Searched refs:unit_bytes (Results 1 – 3 of 3) sorted by relevance
418 int unit_bytes, in xfs_log_reserve() argument3138 int unit_bytes, in xlog_calc_unit_res() argument3176 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3177 unit_bytes += sizeof(xfs_trans_header_t); in xlog_calc_unit_res()3180 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3208 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3214 unit_bytes += log->l_iclog_hsize; in xlog_calc_unit_res()3217 unit_bytes += 2 * log->l_iclog_roundoff; in xlog_calc_unit_res()3221 return unit_bytes; in xlog_calc_unit_res()3227 int unit_bytes) in xfs_log_calc_unit_res() argument[all …]
506 struct xlog_ticket *xlog_ticket_alloc(struct xlog *log, int unit_bytes,
125 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);