Home
last modified time | relevance | path

Searched refs:alloc_hint (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/btrfs/
Dinode-map.c400 u64 alloc_hint = 0; in btrfs_save_ino_cache() local
496 prealloc, prealloc, &alloc_hint); in btrfs_save_ino_cache()
Dinode.c671 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 …]
Dfile.c2558 u64 alloc_hint = 0; in btrfs_fallocate() local
2669 &alloc_hint); in btrfs_fallocate()
Dctree.h3946 loff_t actual_len, u64 *alloc_hint);
3950 loff_t actual_len, u64 *alloc_hint);
Drelocation.c3018 u64 alloc_hint = 0; local
3045 end + 1, &alloc_hint);
Dextent-tree.c3223 u64 alloc_hint = 0; in cache_save_setup() local
3337 &alloc_hint); in cache_save_setup()
/linux-4.1.27/include/linux/ceph/
Dosd_client.h116 } alloc_hint; member
Drados.h463 } __attribute__ ((packed)) alloc_hint; member
/linux-4.1.27/net/ceph/
Dosd_client.c607 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()