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

/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h36 uint64 first_block; member in struct:exfat_super_block
58 uint64 FirstBlock() const { return B_LENDIAN_TO_HOST_INT64(first_block); }
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp156 cached_block* first_block; member in struct:FSShell::cache_transaction
388 first_block = NULL;
837 block->transaction_next = transaction->first_block;
838 transaction->first_block = block;
1065 cached_block* block = transaction->first_block;
1122 cached_block* block = transaction->first_block;
1189 cached_block* block = transaction->first_block;
1216 newTransaction->first_block = block;
1269 cached_block* block = transaction->first_block;
1320 cached_block* block = transaction->first_block;
[all...]
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp273 cached_block* first_block; member in struct:__anon39::cache_transaction
714 cached_block* block = transaction->first_block;
1015 first_block = NULL;
1068 cached_block* block = transaction->first_block;
2059 block->transaction_next = transaction->first_block;
2060 transaction->first_block = block;
2387 cached_block* block = transaction->first_block;
2911 for (cached_block* block = transaction->first_block; block != NULL;
2964 cached_block* block = transaction->first_block;
3038 for (cached_block* block = transaction->first_block; bloc
[all...]

Completed in 60 milliseconds