Searched refs:preallocate (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/tracker/
H A DIconCache.h493 bool preallocate = false);
H A DIconCache.cpp1846 color_space colorSpace, bool preallocate)
1852 if (preallocate)
1845 LazyBitmapAllocator(BSize size, color_space colorSpace, bool preallocate) argument
/haiku/headers/os/drivers/
H A Dfs_interface.h171 status_t (*preallocate)(fs_volume* volume, fs_vnode* vnode, member in struct:fs_vnode_ops
/haiku/headers/private/fs_shell/
H A Dfssh_fs_interface.h188 fssh_status_t (*preallocate)(fssh_fs_volume* volume, fssh_fs_vnode* vnode, member in struct:fssh_fs_vnode_ops
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A Dkernel_interface.cpp596 return sourceNode->ops->preallocate(sourceVolume, sourceNode, pos, length);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp6423 if (HAS_FS_CALL(vnode, preallocate)) {
6424 status = FS_CALL(vnode, preallocate, offset, length);

Completed in 74 milliseconds