Searched refs:alloc_hint (Results 1 – 9 of 9) sorted by relevance
| /fs/xfs/scrub/ |
| 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() 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() 358 error = xnr->alloc_vextent(sc, &args, xnr->alloc_hint); in xrep_newbt_alloc_file_blocks() 361 xnr->alloc_hint); in xrep_newbt_alloc_file_blocks() [all …]
|
| 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,
|
| A D | rmap_repair.c | 1271 xfs_fsblock_t alloc_hint) in xrep_rmap_alloc_vextent() argument 1302 return xfs_alloc_vextent_near_bno(args, alloc_hint); in xrep_rmap_alloc_vextent()
|
| /fs/btrfs/ |
| A D | btrfs_inode.h | 625 loff_t actual_len, u64 *alloc_hint); 629 loff_t actual_len, u64 *alloc_hint);
|
| 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()
|
| A D | inode.c | 1086 u64 *alloc_hint) in submit_one_async_extent() argument 1130 0, *alloc_hint, &ins, 1, 1); in submit_one_async_extent() 1177 *alloc_hint = ins.objectid + ins.offset; in submit_one_async_extent() 1212 u64 alloc_hint = 0; in btrfs_get_extent_allocation_hint() local 1236 return alloc_hint; in btrfs_get_extent_allocation_hint() 1272 u64 alloc_hint = 0; in cow_file_range() local 1347 min_alloc_size, 0, alloc_hint, in cow_file_range() 1443 alloc_hint = ins.objectid + ins.offset; in cow_file_range() 1556 u64 alloc_hint = 0; in submit_compressed_extents() local 9028 min_size, 0, *alloc_hint, &ins, 1, 0); in __btrfs_prealloc_file_range() [all …]
|
| A D | file.c | 2915 u64 alloc_hint = 0; in btrfs_zero_range() local 2961 alloc_hint = btrfs_extent_map_block_start(em) + em->len; in btrfs_zero_range() 3064 offset + len, &alloc_hint); in btrfs_zero_range() 3096 u64 alloc_hint = 0; in btrfs_fallocate() local 3237 offset + len, &alloc_hint); in btrfs_fallocate()
|
| A D | block-group.c | 3194 u64 alloc_hint = 0; in cache_save_setup() local 3322 &alloc_hint); in cache_save_setup()
|
| A D | relocation.c | 2681 u64 alloc_hint = 0; in prealloc_file_extent_cluster() local 2727 end + 1, &alloc_hint); in prealloc_file_extent_cluster()
|
Completed in 47 milliseconds