Searched refs:alloc_hint (Results 1 – 6 of 6) sorted by relevance
/fs/btrfs/ |
D | inode-map.c | 406 u64 alloc_hint = 0; in btrfs_save_ino_cache() local 502 prealloc, prealloc, &alloc_hint); in btrfs_save_ino_cache()
|
D | inode.c | 758 u64 alloc_hint = 0; in submit_compressed_extents() local 810 0, alloc_hint, &ins, 1, 1); in submit_compressed_extents() 898 alloc_hint = ins.objectid + ins.offset; in submit_compressed_extents() 926 u64 alloc_hint = 0; in get_extent_allocation_hint() local 940 alloc_hint = em->block_start; in get_extent_allocation_hint() 944 alloc_hint = em->block_start; in get_extent_allocation_hint() 950 return alloc_hint; in get_extent_allocation_hint() 973 u64 alloc_hint = 0; in cow_file_range() local 1023 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes); in cow_file_range() 1030 fs_info->sectorsize, 0, alloc_hint, in cow_file_range() [all …]
|
D | file.c | 2987 u64 alloc_hint = 0; in btrfs_zero_range() local 3034 alloc_hint = em->block_start + em->len; in btrfs_zero_range() 3133 offset + len, &alloc_hint); in btrfs_zero_range() 3165 u64 alloc_hint = 0; in btrfs_fallocate() local 3325 offset + len, &alloc_hint); in btrfs_fallocate()
|
D | block-group.c | 2149 u64 alloc_hint = 0; in cache_save_setup() local 2273 &alloc_hint); in cache_save_setup()
|
D | ctree.h | 2894 loff_t actual_len, u64 *alloc_hint); 2898 loff_t actual_len, u64 *alloc_hint);
|
D | relocation.c | 3184 u64 alloc_hint = 0; in prealloc_file_extent_cluster() local 3219 end + 1, &alloc_hint); in prealloc_file_extent_cluster()
|