Searched refs:avail_bytes (Results 1 – 1 of 1) sorted by relevance
1728 * avail_bytes: Number of bytes from the start of the first in handle_alloc() 1736 int avail_bytes = nb_clusters << s->cluster_bits; in handle_alloc() local 1737 int nb_bytes = MIN(requested_bytes, avail_bytes); in handle_alloc()