Searched refs:blocks (Results 26 - 38 of 38) sorted by relevance

12

/haiku/src/system/kernel/platform/openfirmware/
H A Dopenfirmware.cpp505 intptr_t blocks; member in struct:__anon24
506 } args = {"#blocks", 2, 1, handle, 0, 0};
510 return args.blocks;
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h163 long blocks; member in struct:fuse_statfs_compat1
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_cache.c3 file system I/O comes through here. The cache can handle blocks
9 list is for "normal" blocks which are either clean or dirty.
10 The locked list is for blocks that are locked in the cache by
17 handles cloning blocks and setting callbacks so that the BFS
20 separating the list of clean and dirty blocks into two lists as
540 kprintf("cur blocks %d, max blocks %d ht @ %p\n", bc.cur_blocks,
836 /* if we've got some room left over, look for cloned locked blocks */
968 printf("writev @ %" B_PRIdOFF " for %d blocks\n",
984 printf("error %s writing blocks
1184 beos_set_blocks_info(int dev, fs_off_t *blocks, int nblocks, void (*func)(fs_off_t bnum, size_t nblocks, void *arg), void *arg) argument
[all...]
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp23 // just read and write single blocks.
25 // wait for blocks to be written
157 block_list blocks; member in struct:FSShell::cache_transaction
563 // if we hit the limit of blocks to cache�� try to free one or more
599 TRACE(("block_cache: remove up to %ld unused blocks\n", count));
632 for blocks not part of a transaction).
656 In low memory situations, it will also free some blocks from that list,
683 // put this block in the list of unused blocks
914 previous->blocks.Remove(block);
1018 // write back all of their remaining dirty blocks
[all...]
H A Dfssh.cpp301 double blocks = 1. * numBlocks * blockSize; local
304 if (blocks < 1024)
311 blocks /= 1024.0;
313 } while (blocks >= 1024 && units[i + 1]);
315 sprintf(string, "%.1f%s", blocks, units[i]);
817 printf("total size: %s (%" FSSH_B_PRIdOFF " blocks)\n",
819 printf("free size: %s (%" FSSH_B_PRIdOFF " blocks)\n",
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h2057 void set_logical_blocks_recorded(uint64 blocks) { _logical_blocks_recorded = B_HOST_TO_LENDIAN_INT64(blocks); } argument
2196 void set_logical_blocks_recorded(uint64 blocks) { _logical_blocks_recorded = B_HOST_TO_LENDIAN_INT64(blocks); } argument
/haiku/src/system/boot/platform/atari_m68k/
H A Dtoscalls.h790 #define XHGetCapacity(major, minor, blocks, blocksize) xhdicallWWPP(14, (uint16)major, (uint16)minor, (uint32 *)blocks, (uint32 *)blocksize)
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp689 // read from double indirect blocks
713 // access from indirect blocks
744 // access from direct blocks
905 off_t blocks = (size + fDisk->BlockSize() - 1) / fDisk->BlockSize(); local
906 fInode->data.direct[i].length = blocks;
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp32 // just read and write single blocks.
274 block_list blocks; member in struct:__anon39::cache_transaction
335 // wait for all blocks to be written
654 ", %" B_PRId32 "/%" B_PRId32 " blocks", fCache, fLabel, fTransaction,
733 "%p (id %" B_PRId32 "), blocks", fCache, fTransaction, fID);
1059 /*! Writes back any changes made to blocks in \a transaction that are still
1116 /*! Adds the specified block to the to be written array. If no more blocks can
1162 /*! Adds all blocks of the specified transaction to the to be written array.
1163 If no more blocks can be added, false is returned, otherwise true.
1177 block_list::Iterator blockIterator = transaction->blocks
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c467 * If one of the media blocks contained a default media flag,
2372 u_int32_t leaf_offset, blocks, data; local
2412 blocks = *dp++;
2413 for (idx2 = 0; idx2 < blocks; idx2++) {
2462 if (blocks == 0) {
2474 blocks = *dp++;
2475 for (idx2 = 0; idx2 < blocks; idx2++) {
/haiku/headers/private/drivers/
H A Dscsi_cmds.h473 uint8 length; // 0 = 256 blocks
608 struct scsi_unmap_block_descriptor blocks[1]; member in struct:scsi_unmap_parameter_list
853 uint8 high_numblocks; // size of this area in blocks
854 uint8 med_numblocks; // 0 = all remaining blocks
/haiku/headers/private/audio/
H A Dsoundcard.h734 * Sysex messages are sent in blocks of 1 to 6 bytes. Longer messages must be
1189 int blocks; /* # of fragment transitions since last time */ member in struct:count_info
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex540 into four byte blocks, which are interpreted as big endian unsigned words

Completed in 296 milliseconds

12