Searched refs:alloc_hint (Results 1 – 6 of 6) sorted by relevance
/fs/btrfs/ |
D | inode-map.c | 403 u64 alloc_hint = 0; in btrfs_save_ino_cache() local 500 prealloc, prealloc, &alloc_hint); in btrfs_save_ino_cache()
|
D | inode.c | 617 u64 alloc_hint = 0; in submit_compressed_extents() local 687 0, alloc_hint, &ins, 1); in submit_compressed_extents() 783 alloc_hint = ins.objectid + ins.offset; in submit_compressed_extents() 814 u64 alloc_hint = 0; in get_extent_allocation_hint() local 828 alloc_hint = em->block_start; in get_extent_allocation_hint() 832 alloc_hint = em->block_start; in get_extent_allocation_hint() 838 return alloc_hint; in get_extent_allocation_hint() 862 u64 alloc_hint = 0; in __cow_file_range() local 912 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes); in __cow_file_range() 920 root->sectorsize, 0, alloc_hint, in __cow_file_range() [all …]
|
D | file.c | 2149 u64 alloc_hint = 0; in btrfs_fallocate() local 2251 &alloc_hint); in btrfs_fallocate()
|
D | ctree.h | 3570 loff_t actual_len, u64 *alloc_hint); 3574 loff_t actual_len, u64 *alloc_hint);
|
D | relocation.c | 2934 u64 alloc_hint = 0; local 2961 end + 1, &alloc_hint);
|
D | extent-tree.c | 3054 u64 alloc_hint = 0; in cache_save_setup() local 3153 &alloc_hint); in cache_save_setup()
|