Searched refs:unit_bytes (Results 1 – 3 of 3) sorted by relevance
437 int unit_bytes, in xfs_log_reserve() argument456 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent); in xfs_log_reserve()3501 int unit_bytes) in xlog_calc_unit_res() argument3538 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3539 unit_bytes += sizeof(xfs_trans_header_t); in xlog_calc_unit_res()3542 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()3562 num_headers = howmany(unit_bytes, iclog_space); in xlog_calc_unit_res()3565 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xlog_calc_unit_res()3569 howmany(unit_bytes, iclog_space) > num_headers) { in xlog_calc_unit_res()3570 unit_bytes += sizeof(xlog_op_header_t); in xlog_calc_unit_res()[all …]
501 int unit_bytes,
47 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);