Searched refs:free_bytes (Results 1 – 5 of 5) sorted by relevance
183 int64_t free_bytes; in xlog_grant_space_left() local188 if (free_bytes > 0) in xlog_grant_space_left()189 return free_bytes; in xlog_grant_space_left()226 int *free_bytes) in xlog_grant_head_wake() argument233 if (*free_bytes < need_bytes) in xlog_grant_head_wake()236 *free_bytes -= need_bytes; in xlog_grant_head_wake()306 int free_bytes; in xlog_grant_head_check() local318 free_bytes = xlog_grant_space_left(log, head); in xlog_grant_head_check()322 free_bytes < *need_bytes) { in xlog_grant_head_check()327 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check()[all …]
408 int32_t free_bytes; in xfs_ail_calc_push_target() local439 free_bytes = log->l_logsize - xlog_lsn_sub(log, max_lsn, min_lsn); in xfs_ail_calc_push_target()440 if (free_bytes >= log->l_logsize >> 2) in xfs_ail_calc_push_target()
1947 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local1964 free_bytes += (block_group->length - in btrfs_account_ro_block_groups_free_space()1971 return free_bytes; in btrfs_account_ro_block_groups_free_space()
1603 u64 *free_bytes) in btrfs_calc_avail_data_space() argument1625 *free_bytes = 0; in btrfs_calc_avail_data_space()1704 *free_bytes = avail_space; in btrfs_calc_avail_data_space()
1522 u32 oldest_off, next_free_off, free_bytes; in current_log_avail() local1555 free_bytes = in current_log_avail()1560 free_bytes >>= log->page_bits; in current_log_avail()1561 return free_bytes * log->reserved; in current_log_avail()
Completed in 26 milliseconds