Searched refs:free_bytes (Results 1 – 4 of 4) sorted by relevance
235 int *free_bytes) in xlog_grant_head_wake() argument242 if (*free_bytes < need_bytes) in xlog_grant_head_wake()245 *free_bytes -= need_bytes; in xlog_grant_head_wake()313 int free_bytes; in xlog_grant_head_check() local325 free_bytes = xlog_space_left(log, &head->grant); in xlog_grant_head_check()328 if (!xlog_grant_head_wake(log, head, &free_bytes) || in xlog_grant_head_check()329 free_bytes < *need_bytes) { in xlog_grant_head_check()334 } else if (free_bytes < *need_bytes) { in xlog_grant_head_check()1001 int free_bytes; in xfs_log_space_wake() local1010 free_bytes = xlog_space_left(log, &log->l_write_head.grant); in xfs_log_space_wake()[all …]
267 u64 free_bytes; member877 pstat->free_bytes += bytes; in perf_evsel__process_page_free_event()885 pstat->free_bytes += bytes; in perf_evsel__process_page_free_event()
1793 static int btrfs_calc_avail_data_space(struct btrfs_root *root, u64 *free_bytes) in btrfs_calc_avail_data_space() argument1818 *free_bytes = 0; in btrfs_calc_avail_data_space()1943 *free_bytes = avail_space; in btrfs_calc_avail_data_space()
9247 u64 free_bytes = 0; in btrfs_account_ro_block_groups_free_space() local9270 free_bytes += (block_group->key.offset - in btrfs_account_ro_block_groups_free_space()9278 return free_bytes; in btrfs_account_ro_block_groups_free_space()