Home
last modified time | relevance | path

Searched refs:chunk_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/fs/btrfs/
Dextent-tree.c4476 } else if (space_info->chunk_alloc) { in do_chunk_alloc()
4489 space_info->chunk_alloc = 1; in do_chunk_alloc()
4540 space_info->chunk_alloc = 0; in do_chunk_alloc()
Dctree.h405 unsigned int chunk_alloc:1; /* set if we are allocating a chunk */ member