Searched refs:block_cache (Results 1 - 10 of 10) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp59 struct block_cache;
102 struct block_cache { struct in namespace:FSShell
119 block_cache(int fd, fssh_off_t numBlocks,
121 ~block_cache();
166 static fssh_status_t write_cached_block(block_cache* cache, cached_block* block,
215 flush_pending_notifications(block_cache* cache)
286 add_notification(block_cache* cache, cache_notification* notification,
312 notify_transaction_listeners(block_cache* cache, cache_transaction* transaction,
343 remove_transaction_listeners(block_cache* cache, cache_transaction* transaction)
356 add_transaction_listener(block_cache* cach
471 block_cache::block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize, function in class:FSShell::block_cache
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache_priv.h65 typedef struct block_cache { struct
74 } block_cache; typedef in typeref:struct:block_cache
H A Dfs_cache.c389 static block_cache bc;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp7 #include <block_cache.h>
62 struct block_cache;
212 struct block_cache : DoublyLinkedListLinkImpl<block_cache> { struct in namespace:__anon39
243 block_cache(int fd, off_t numBlocks, size_t blockSize,
245 ~block_cache();
285 BlockWriter(block_cache* cache,
300 static status_t WriteBlock(block_cache* cache,
316 block_cache* fCache;
330 inline bool Lock(block_cache* cach
1397 block_cache::block_cache(int _fd, off_t numBlocks, size_t blockSize, function in class:block_cache
[all...]
/haiku/headers/private/userlandfs/legacy/
H A Dcache.h67 typedef struct block_cache { struct
76 } block_cache; typedef in typeref:struct:block_cache
/haiku/src/tests/system/kernel/cache/
H A Dblock_cache_test.cpp10 #include "block_cache.cpp"
60 block_cache* gCache;
244 gCache = (block_cache*)block_cache_create(-1, MAX_BLOCKS, gBlockSize,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp16 #include <block_cache.h>
/haiku/src/system/kernel/
H A Dsystem_info.cpp27 #include <block_cache.h>
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp23 #include <block_cache.h>
/haiku/src/system/kernel/fs/
H A Dvfs.cpp36 #include <block_cache.h>

Completed in 525 milliseconds