Home
last modified time | relevance | path

Searched refs:total_blocks (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/sys/fs/v7fs/
H A Dv7fs_superblock_util.c69 stat->total_blocks = sb->volume_size - sb->datablock_start_sector; in v7fs_superblock_status()
76 stat->total_blocks, stat->free_inode, stat->total_inode); in v7fs_superblock_status()
H A Dv7fs_impl.h85 int32_t total_blocks; member
H A Dv7fs_vfsops.c356 f->f_blocks = fs->stat.total_blocks; in v7fs_statvfs()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparam_build.c46 size_t total_blocks; member
68 bld->total_blocks += pd->alloc_blocks; in param_push()
364 const size_t total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks); in OSSL_PARAM_BLD_to_param()
385 bld->total_blocks = 0; in OSSL_PARAM_BLD_to_param()
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h247 uint32_t total_blocks; member
267 uint32_t total_blocks; member
420 uint16_t total_blocks; member
H A Dhfs_vfsops.c472 sbp->f_blocks = vh->total_blocks; in hfs_statvfs()
H A Dlibhfs.c872 if (numblocks >= fork.total_blocks) in hfslib_get_file_extents()
1198 out_header->total_blocks = be32tohp(&ptr); in hfslib_read_volume_header()
1270 out_mdr->total_blocks = be16tohp(&ptr); in hfslib_read_master_directory_block()
1917 out_forkdata->total_blocks = be32tohp(&ptr); in hfslib_read_fork_descriptor()
H A Dhfs_vnops.c610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp); in hfs_vop_getattr()
/netbsd-src/sys/arch/x68k/stand/xxboot/
H A Dxxboot.h39 uint32_t total_blocks; member