/linux/lib/ |
H A D | sbitmap.c | 16 sb->alloc_hint = alloc_percpu_gfp(unsigned int, flags); in init_alloc_hint() 17 if (!sb->alloc_hint) in init_alloc_hint() 24 *per_cpu_ptr(sb->alloc_hint, i) = get_random_u32_below(depth); in init_alloc_hint() 34 hint = this_cpu_read(*sb->alloc_hint); in update_alloc_hint_before_get() 37 this_cpu_write(*sb->alloc_hint, hint); in update_alloc_hint_before_get() 50 this_cpu_write(*sb->alloc_hint, 0); in update_alloc_hint_after_get() 56 this_cpu_write(*sb->alloc_hint, hint); in update_alloc_hint_after_get() 64 unsigned int depth, unsigned int alloc_hint, bool wrap) in sbitmap_deferred_clear() argument 82 if (!wrap && alloc_hint) in sbitmap_deferred_clear() 83 word_mask &= ~((1UL << alloc_hint) - 1); in sbitmap_deferred_clear() [all …]
|
/linux/fs/xfs/scrub/ |
H A D | newbt.c | 90 xfs_fsblock_t alloc_hint, in xrep_newbt_init_ag() argument 96 xnr->alloc_hint = alloc_hint; in xrep_newbt_init_ag() 245 xfs_agnumber_t agno = XFS_FSB_TO_AGNO(sc->mp, xnr->alloc_hint); in xrep_newbt_validate_ag_alloc_hint() 248 xfs_verify_fsbno(sc->mp, xnr->alloc_hint)) in xrep_newbt_validate_ag_alloc_hint() 251 xnr->alloc_hint = in xrep_newbt_validate_ag_alloc_hint() 283 error = xnr->alloc_vextent(sc, &args, xnr->alloc_hint); in xrep_newbt_alloc_ag_blocks() 286 xnr->alloc_hint); in xrep_newbt_alloc_ag_blocks() 307 xnr->alloc_hint = args.fsbno + args.len; in xrep_newbt_alloc_ag_blocks() 324 if (xfs_verify_fsbno(sc->mp, xnr->alloc_hint)) in xrep_newbt_validate_file_alloc_hint() 327 xnr->alloc_hint = XFS_AGB_TO_FSB(sc->mp, 0, XFS_AGFL_BLOCK(sc->mp) + 1); in xrep_newbt_validate_file_alloc_hint() [all …]
|
H A D | newbt.h | 36 xfs_fsblock_t alloc_hint); 54 xfs_fsblock_t alloc_hint; member 62 const struct xfs_owner_info *oinfo, xfs_fsblock_t alloc_hint,
|
H A D | rmap_repair.c | 1273 xfs_fsblock_t alloc_hint) in xrep_rmap_alloc_vextent() argument 1304 return xfs_alloc_vextent_near_bno(args, alloc_hint); in xrep_rmap_alloc_vextent()
|
/linux/include/linux/ |
H A D | sbitmap.h | 84 unsigned int __percpu *alloc_hint; member 171 gfp_t flags, int node, bool round_robin, bool alloc_hint); 187 free_percpu(sb->alloc_hint); in sbitmap_free() 349 if (likely(sb->alloc_hint && !sb->round_robin && bitnr < sb->depth)) in sbitmap_put() 350 *raw_cpu_ptr(sb->alloc_hint) = bitnr; in sbitmap_put()
|
H A D | io_uring_types.h | 67 unsigned int alloc_hint; member
|
/linux/fs/btrfs/ |
H A D | btrfs_inode.h | 604 loff_t actual_len, u64 *alloc_hint); 608 loff_t actual_len, u64 *alloc_hint);
|
H A D | direct-io.c | 181 u64 alloc_hint; in btrfs_new_extent_direct() local 184 alloc_hint = btrfs_get_extent_allocation_hint(inode, start, len); in btrfs_new_extent_direct() 187 0, alloc_hint, &ins, 1, 1); in btrfs_new_extent_direct()
|
H A D | inode.c | 1106 u64 *alloc_hint) in submit_one_async_extent() argument 1146 0, *alloc_hint, &ins, 1, 1); in submit_one_async_extent() 1192 *alloc_hint = ins.objectid + ins.offset; in submit_one_async_extent() 1225 u64 alloc_hint = 0; in btrfs_get_extent_allocation_hint() local 1239 alloc_hint = extent_map_block_start(em); in btrfs_get_extent_allocation_hint() 1243 alloc_hint = extent_map_block_start(em); in btrfs_get_extent_allocation_hint() 1249 return alloc_hint; in btrfs_get_extent_allocation_hint() 1288 u64 alloc_hint = 0; in cow_file_range() local 1329 alloc_hint = btrfs_get_extent_allocation_hint(inode, start, num_bytes); in cow_file_range() 1363 min_alloc_size, 0, alloc_hint, in cow_file_range() [all …]
|
H A D | file.c | 2761 u64 alloc_hint = 0; in btrfs_zero_range() local 2805 alloc_hint = extent_map_block_start(em) + em->len; in btrfs_zero_range() 2907 offset + len, &alloc_hint); in btrfs_zero_range() 2939 u64 alloc_hint = 0; in btrfs_fallocate() local 3079 offset + len, &alloc_hint); in btrfs_fallocate()
|
H A D | block-group.c | 3147 u64 alloc_hint = 0; in cache_save_setup() local 3275 &alloc_hint); in cache_save_setup()
|
H A D | relocation.c | 2654 u64 alloc_hint = 0; in prealloc_file_extent_cluster() local 2745 end + 1, &alloc_hint); in prealloc_file_extent_cluster()
|
/linux/include/linux/ceph/ |
H A D | rados.h | 538 } __attribute__ ((packed)) alloc_hint; member
|
H A D | osd_client.h | 194 } alloc_hint; member
|
/linux/net/ceph/ |
H A D | osd_client.c | 950 op->alloc_hint.expected_object_size = expected_object_size; in osd_req_op_alloc_hint_init() 951 op->alloc_hint.expected_write_size = expected_write_size; in osd_req_op_alloc_hint_init() 952 op->alloc_hint.flags = flags; in osd_req_op_alloc_hint_init() 1027 dst->alloc_hint.expected_object_size = in osd_req_encode_op() 1028 cpu_to_le64(src->alloc_hint.expected_object_size); in osd_req_encode_op() 1029 dst->alloc_hint.expected_write_size = in osd_req_encode_op() 1030 cpu_to_le64(src->alloc_hint.expected_write_size); in osd_req_encode_op() 1031 dst->alloc_hint.flags = cpu_to_le32(src->alloc_hint.flags); in osd_req_encode_op()
|