Searched refs:min_alloc_size (Results 1 – 2 of 2) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | extent-tree.c | 4291 if (ffe_ctl->max_extent_size >= ffe_ctl->min_alloc_size) in can_allocate_chunk_zoned() 4878 u64 num_bytes, u64 min_alloc_size, in btrfs_reserve_extent() argument 4884 bool final_tried = num_bytes == min_alloc_size; in btrfs_reserve_extent() 4896 ffe_ctl.min_alloc_size = min_alloc_size; in btrfs_reserve_extent() 4912 num_bytes = max(num_bytes, min_alloc_size); in btrfs_reserve_extent() 4914 if (num_bytes == min_alloc_size) in btrfs_reserve_extent()
|
| H A D | inode.c | 1204 u64 file_offset, u32 num_bytes, u32 min_alloc_size, in cow_one_range() argument 1216 ret = btrfs_reserve_extent(root, num_bytes, num_bytes, min_alloc_size, in cow_one_range() 1356 u32 min_alloc_size; in cow_file_range() local 1403 min_alloc_size = num_bytes; in cow_file_range() 1405 min_alloc_size = fs_info->sectorsize; in cow_file_range() 1409 num_bytes, min_alloc_size, alloc_hint, &cur_alloc_size); in cow_file_range()
|