Searched refs:unit_bytes (Results 1 – 3 of 3) sorted by relevance
417 int unit_bytes, in xfs_log_reserve() argument436 tic = xlog_ticket_alloc(log, unit_bytes, cnt, client, permanent); in xfs_log_reserve()3330 int unit_bytes) in xfs_log_calc_unit_res() argument3368 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()3369 unit_bytes += sizeof(xfs_trans_header_t); in xfs_log_calc_unit_res()3372 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()3392 num_headers = howmany(unit_bytes, iclog_space); in xfs_log_calc_unit_res()3395 unit_bytes += sizeof(xlog_op_header_t) * num_headers; in xfs_log_calc_unit_res()3399 howmany(unit_bytes, iclog_space) > num_headers) { in xfs_log_calc_unit_res()3400 unit_bytes += sizeof(xlog_op_header_t); in xfs_log_calc_unit_res()[all …]
464 int unit_bytes,
51 int xfs_log_calc_unit_res(struct xfs_mount *mp, int unit_bytes);