Home
last modified time | relevance | path

Searched refs:should_alloc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dblock-group.c3112 bool should_alloc = false; in btrfs_chunk_alloc() local
3126 should_alloc = should_alloc_chunk(fs_info, space_info, force); in btrfs_chunk_alloc()
3129 if (should_alloc) in btrfs_chunk_alloc()
3135 } else if (!should_alloc) { in btrfs_chunk_alloc()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.c4041 bool should_alloc = false; in btrfs_chunk_alloc() local
4084 should_alloc = should_alloc_chunk(fs_info, space_info, force); in btrfs_chunk_alloc()
4087 if (should_alloc) in btrfs_chunk_alloc()
4093 } else if (!should_alloc) { in btrfs_chunk_alloc()

Completed in 10 milliseconds