Lines Matching refs:fssh_off_t

66 	fssh_off_t		block_number;
106 fssh_off_t max_blocks;
119 block_cache(int fd, fssh_off_t numBlocks,
132 cached_block* NewBlock(fssh_off_t blockNumber);
444 const fssh_off_t* block = (const fssh_off_t*)_block;
446 fssh_off_t diff = cacheEntry->block_number - *block;
459 const fssh_off_t* block = (const fssh_off_t*)_block;
471 block_cache::block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize,
555 block_cache::NewBlock(fssh_off_t blockNumber)
697 put_cached_block(block_cache* cache, fssh_off_t blockNumber)
720 get_cached_block(block_cache* cache, fssh_off_t blockNumber, bool* _allocated,
776 get_writable_cached_block(block_cache* cache, fssh_off_t blockNumber, fssh_off_t base,
777 fssh_off_t length, int32_t transactionID, bool cleared, void** _block)
1384 long* _cookie, fssh_off_t* _blockNumber, void** _data,
1472 fssh_off_t blockNumber)
1520 fssh_block_cache_create(int fd, fssh_off_t numBlocks, fssh_size_t blockSize, bool readOnly)
1564 fssh_block_cache_sync_etc(void* _cache, fssh_off_t blockNumber,
1599 fssh_block_cache_discard(void* _cache, fssh_off_t blockNumber,
1632 fssh_block_cache_make_writable(void* _cache, fssh_off_t blockNumber,
1655 fssh_block_cache_get_writable_etc(void* _cache, fssh_off_t blockNumber,
1656 fssh_off_t base, fssh_off_t length, int32_t transaction, void** _block)
1672 fssh_block_cache_get_writable(void* _cache, fssh_off_t blockNumber,
1686 fssh_block_cache_get_empty(void* _cache, fssh_off_t blockNumber,
1707 fssh_block_cache_get_etc(void* _cache, fssh_off_t blockNumber, fssh_off_t base,
1708 fssh_off_t length, const void** _block)
1732 fssh_block_cache_get(void* _cache, fssh_off_t blockNumber)
1751 fssh_block_cache_set_dirty(void* _cache, fssh_off_t blockNumber, bool dirty,
1775 fssh_block_cache_put(void* _cache, fssh_off_t blockNumber)