Searched refs:alloc_hint (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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 | 678 u64 alloc_hint = 0; in submit_compressed_extents() local 739 0, alloc_hint, &ins, 1, 1); in submit_compressed_extents() 852 alloc_hint = ins.objectid + ins.offset; in submit_compressed_extents() 878 u64 alloc_hint = 0; in get_extent_allocation_hint() local 892 alloc_hint = em->block_start; in get_extent_allocation_hint() 896 alloc_hint = em->block_start; in get_extent_allocation_hint() 902 return alloc_hint; in get_extent_allocation_hint() 925 u64 alloc_hint = 0; in cow_file_range() local 974 alloc_hint = get_extent_allocation_hint(inode, start, num_bytes); in cow_file_range() 982 root->sectorsize, 0, alloc_hint, in cow_file_range() [all …]
|
D | file.c | 2637 u64 alloc_hint = 0; in btrfs_fallocate() local 2778 offset + len, &alloc_hint); in btrfs_fallocate()
|
D | ctree.h | 4004 loff_t actual_len, u64 *alloc_hint); 4008 loff_t actual_len, u64 *alloc_hint);
|
D | relocation.c | 3024 u64 alloc_hint = 0; local 3051 end + 1, &alloc_hint);
|
D | extent-tree.c | 3321 u64 alloc_hint = 0; in cache_save_setup() local 3444 &alloc_hint); in cache_save_setup()
|
/linux-4.4.14/include/linux/ceph/ |
D | osd_client.h | 116 } alloc_hint; member
|
D | rados.h | 463 } __attribute__ ((packed)) alloc_hint; member
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 620 op->alloc_hint.expected_object_size = expected_object_size; in osd_req_op_alloc_hint_init() 621 op->alloc_hint.expected_write_size = expected_write_size; in osd_req_op_alloc_hint_init() 725 dst->alloc_hint.expected_object_size = in osd_req_encode_op() 726 cpu_to_le64(src->alloc_hint.expected_object_size); in osd_req_encode_op() 727 dst->alloc_hint.expected_write_size = in osd_req_encode_op() 728 cpu_to_le64(src->alloc_hint.expected_write_size); in osd_req_encode_op()
|