Home
last modified time | relevance | path

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

/fs/xfs/scrub/
A Dnewbt.c90 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 Dnewbt.h36 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 Drmap_repair.c1271 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 Dbtrfs_inode.h625 loff_t actual_len, u64 *alloc_hint);
629 loff_t actual_len, u64 *alloc_hint);
A Ddirect-io.c181 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 Dinode.c1086 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 Dfile.c2915 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 Dblock-group.c3194 u64 alloc_hint = 0; in cache_save_setup() local
3322 &alloc_hint); in cache_save_setup()
A Drelocation.c2681 u64 alloc_hint = 0; in prealloc_file_extent_cluster() local
2727 end + 1, &alloc_hint); in prealloc_file_extent_cluster()

Completed in 46 milliseconds