Searched refs:alloc_hint (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/fs/btrfs/ |
D | inode-map.c | 400 u64 alloc_hint = 0; in btrfs_save_ino_cache() local 496 prealloc, prealloc, &alloc_hint); in btrfs_save_ino_cache()
|
D | inode.c | 671 u64 alloc_hint = 0; in submit_compressed_extents() local 732 0, alloc_hint, &ins, 1, 1); in submit_compressed_extents() 845 alloc_hint = ins.objectid + ins.offset; in submit_compressed_extents() 871 u64 alloc_hint = 0; in get_extent_allocation_hint() local 885 alloc_hint = em->block_start; in get_extent_allocation_hint() 889 alloc_hint = em->block_start; in get_extent_allocation_hint() 895 return alloc_hint; in get_extent_allocation_hint() 918 u64 alloc_hint = 0; in cow_file_range() local 967 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes); in cow_file_range() 975 root->sectorsize, 0, alloc_hint, in cow_file_range() [all …]
|
D | file.c | 2558 u64 alloc_hint = 0; in btrfs_fallocate() local 2669 &alloc_hint); in btrfs_fallocate()
|
D | ctree.h | 3946 loff_t actual_len, u64 *alloc_hint); 3950 loff_t actual_len, u64 *alloc_hint);
|
D | relocation.c | 3018 u64 alloc_hint = 0; local 3045 end + 1, &alloc_hint);
|
D | extent-tree.c | 3223 u64 alloc_hint = 0; in cache_save_setup() local 3337 &alloc_hint); in cache_save_setup()
|
/linux-4.1.27/include/linux/ceph/ |
D | osd_client.h | 116 } alloc_hint; member
|
D | rados.h | 463 } __attribute__ ((packed)) alloc_hint; member
|
/linux-4.1.27/net/ceph/ |
D | osd_client.c | 607 op->alloc_hint.expected_object_size = expected_object_size; in osd_req_op_alloc_hint_init() 608 op->alloc_hint.expected_write_size = expected_write_size; in osd_req_op_alloc_hint_init() 709 dst->alloc_hint.expected_object_size = in osd_req_encode_op() 710 cpu_to_le64(src->alloc_hint.expected_object_size); in osd_req_encode_op() 711 dst->alloc_hint.expected_write_size = in osd_req_encode_op() 712 cpu_to_le64(src->alloc_hint.expected_write_size); in osd_req_encode_op()
|