Searched refs:grow_cb (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/minfs/include/minfs/
H A Dallocator.h193 // |grow_cb| is an optional callback to increase the size of the
196 size_t unit_size, GrowHandler grow_cb,
210 Allocator(Bcache* bc, Superblock* sb, size_t unit_size, GrowHandler grow_cb,
/fuchsia/zircon/system/ulib/minfs/
H A Dinode-manager.cpp24 auto grow_cb = [mgr_raw](uint32_t pool_size) { local
30 fbl::move(grow_cb), fbl::move(metadata),
H A Dallocator.cpp76 Allocator::Allocator(Bcache* bc, Superblock* sb, size_t unit_size, GrowHandler grow_cb, argument
78 bc_(bc), sb_(sb), unit_size_(unit_size), grow_cb_(fbl::move(grow_cb)),
83 GrowHandler grow_cb, AllocatorMetadata metadata,
86 fbl::move(grow_cb),
82 Create(Bcache* bc, Superblock* sb, fs::ReadTxn* txn, size_t unit_size, GrowHandler grow_cb, AllocatorMetadata metadata, fbl::unique_ptr<Allocator>* out) argument

Completed in 30 milliseconds