Searched refs:total_blocks (Results 1 - 25 of 47) sorted by relevance

12

/haiku-fatelf/src/system/boot/loader/file_systems/hfs_plus/
H A Dhfs_plus.h24 uint32 total_blocks; member in struct:HFSPlus::hfs_fork_data
47 uint32 total_blocks; member in struct:HFSPlus::hfs_volume_header
/haiku-fatelf/headers/build/os/kernel/
H A Dfs_info.h30 off_t total_blocks; /* total number of blocks */ member in struct:fs_info
/haiku-fatelf/headers/os/kernel/
H A Dfs_info.h30 off_t total_blocks; /* total number of blocks */ member in struct:fs_info
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_fs_info.h31 fssh_off_t total_blocks; /* total number of blocks */ member in struct:fssh_fs_info
/haiku-fatelf/src/system/libroot/posix/sys/
H A Dstatvfs.c21 statvfs->f_blocks = info.total_blocks;
/haiku-fatelf/src/bin/
H A Ddf.cpp129 printf(" Total Blocks: %10s (%Ld blocks)\n", ByteString(info.total_blocks, info.block_size), info.total_blocks);
149 PrintBlocks(info.total_blocks, info.block_size, showBlocks);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/FileSharing-Windows/
H A DbeCompat.h117 // beos_off_t total_blocks;
119 uint32 total_blocks; member in struct:fs_info
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DbeCompat.h125 // beos_off_t total_blocks;
127 uint32 total_blocks; member in struct:fs_info
/haiku-fatelf/src/preferences/virtualmemory/
H A DSettings.cpp186 if (volCapacity == volStat.total_blocks * volStat.block_size)
232 info.total_blocks * info.block_size);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp114 info->total_blocks = 0; // TODO: We could at least fill this in.
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/client/
H A DRootVolume.cpp112 info->total_blocks = 0; // TODO: We could at least fill this in.
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h57 off_t total_blocks; member in struct:beos_fs_info
/haiku-fatelf/src/kits/storage/
H A DVolume.cpp212 return (error == B_OK ? info.total_blocks * info.block_size : error);
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp378 sfs->f_blocks = info.total_blocks;
H A Dfssh.cpp724 byte_string(info.total_blocks, info.block_size), info.total_blocks);
/haiku-fatelf/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp241 info.total_blocks = fTotalBlocks;
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp162 info->total_blocks = volume->SuperBlock().TotalSize() / volume->BlockSize();
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp162 info->total_blocks = volume->SuperBlock().NumBlocks();
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp215 info->total_blocks = volume->volSpaceSize[FS_DATA_FORMAT];
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp168 info->total_blocks = volume->CountBlocks();
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A Dkernel_interface.cpp159 info->total_blocks = volume->Length();
/haiku-fatelf/src/bin/coreutils/src/
H A Dstat.c110 # define f_blocks total_blocks
H A Dls.c2453 uintmax_t total_blocks = 0; local
2539 total_blocks += gobble_file (next->d_name, type,
2593 p = human_readable (total_blocks, buf, human_output_opts,
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/reiserfs/
H A Dkernel_interface.cpp707 info->total_blocks = volume->CountBlocks();
/haiku-fatelf/src/tests/kits/storage/
H A DVolumeTest.cpp134 CHK(volume.Capacity() == info.total_blocks * info.block_size);

Completed in 208 milliseconds

12