free_bytes       5503 fs/btrfs/extent-tree.c 	u64 free_bytes = 0;
free_bytes       5520 fs/btrfs/extent-tree.c 		free_bytes += (block_group->key.offset -
free_bytes       5528 fs/btrfs/extent-tree.c 	return free_bytes;
free_bytes       1901 fs/btrfs/super.c 					      u64 *free_bytes)
free_bytes       1923 fs/btrfs/super.c 			*free_bytes = 0;
free_bytes       2006 fs/btrfs/super.c 	*free_bytes = avail_space;
free_bytes        213 fs/xfs/xfs_log.c 	int			*free_bytes)
free_bytes        243 fs/xfs/xfs_log.c 		if (*free_bytes < need_bytes) {
free_bytes        249 fs/xfs/xfs_log.c 		*free_bytes -= need_bytes;
free_bytes        318 fs/xfs/xfs_log.c 	int			free_bytes;
free_bytes        330 fs/xfs/xfs_log.c 	free_bytes = xlog_space_left(log, &head->grant);
free_bytes        333 fs/xfs/xfs_log.c 		if (!xlog_grant_head_wake(log, head, &free_bytes) ||
free_bytes        334 fs/xfs/xfs_log.c 		    free_bytes < *need_bytes) {
free_bytes        339 fs/xfs/xfs_log.c 	} else if (free_bytes < *need_bytes) {
free_bytes       1052 fs/xfs/xfs_log.c 	int			free_bytes;
free_bytes       1061 fs/xfs/xfs_log.c 		free_bytes = xlog_space_left(log, &log->l_write_head.grant);
free_bytes       1062 fs/xfs/xfs_log.c 		xlog_grant_head_wake(log, &log->l_write_head, &free_bytes);
free_bytes       1070 fs/xfs/xfs_log.c 		free_bytes = xlog_space_left(log, &log->l_reserve_head.grant);
free_bytes       1071 fs/xfs/xfs_log.c 		xlog_grant_head_wake(log, &log->l_reserve_head, &free_bytes);
free_bytes       1192 fs/xfs/xfs_log.c 	int		free_bytes;
free_bytes       1202 fs/xfs/xfs_log.c 		free_bytes = log->l_logsize - (head_bytes - tail_bytes);
free_bytes       1207 fs/xfs/xfs_log.c 		free_bytes = tail_bytes - head_bytes;
free_bytes       1222 fs/xfs/xfs_log.c 		free_bytes = log->l_logsize;
free_bytes       1224 fs/xfs/xfs_log.c 	return free_bytes;
free_bytes       1554 fs/xfs/xfs_log.c 	int		free_bytes;
free_bytes       1561 fs/xfs/xfs_log.c 	free_bytes = xlog_space_left(log, &log->l_reserve_head.grant);
free_bytes       1562 fs/xfs/xfs_log.c 	free_blocks = BTOBBT(free_bytes);
free_bytes         41 mm/percpu-internal.h 	int			free_bytes;	/* free bytes in the chunk */
free_bytes        125 mm/percpu-stats.c 	P("free_bytes", chunk->free_bytes);
free_bytes        237 mm/percpu.c    	if (chunk->free_bytes < PCPU_MIN_ALLOC_SIZE ||
free_bytes       1219 mm/percpu.c    	chunk->free_bytes -= alloc_bits * PCPU_MIN_ALLOC_SIZE;
free_bytes       1262 mm/percpu.c    	chunk->free_bytes += bits * PCPU_MIN_ALLOC_SIZE;
free_bytes       1373 mm/percpu.c    	chunk->free_bytes = map_size;
free_bytes       1435 mm/percpu.c    	chunk->free_bytes = chunk->nr_pages * PAGE_SIZE;
free_bytes       1978 mm/percpu.c    	if (chunk->free_bytes == pcpu_unit_size) {
free_bytes        288 tools/perf/builtin-kmem.c 	u64 		free_bytes;
free_bytes        906 tools/perf/builtin-kmem.c 		pstat->free_bytes += bytes;
free_bytes        914 tools/perf/builtin-kmem.c 	pstat->free_bytes += bytes;