HomeSort by: relevance | last modified time | path
    Searched refs:total_blocks (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/x68k/stand/xxboot/
xxboot.h 39 uint32_t total_blocks; member in struct:__anon2204
  /src/sys/fs/v7fs/
v7fs_superblock_util.c 69 stat->total_blocks = sb->volume_size - sb->datablock_start_sector;
76 stat->total_blocks, stat->free_inode, stat->total_inode);
v7fs_impl.h 85 int32_t total_blocks; member in struct:v7fs_stat
v7fs_vfsops.c 356 f->f_blocks = fs->stat.total_blocks;
  /src/crypto/external/bsd/openssl/dist/crypto/
param_build.c 46 size_t total_blocks; local
68 bld->total_blocks += pd->alloc_blocks;
364 const size_t total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks);
385 bld->total_blocks = 0;
  /src/crypto/external/apache2/openssl/dist/crypto/
param_build.c 46 size_t total_blocks; local
66 bld->total_blocks += pd->alloc_blocks;
465 total = OSSL_PARAM_ALIGN_SIZE * (p_blks + bld->total_blocks);
485 bld->total_blocks = 0;
  /src/sys/fs/hfs/
libhfs.h 247 uint32_t total_blocks; member in struct:hfs_fork_t
267 uint32_t total_blocks; member in struct:__anon6751
420 uint16_t total_blocks; member in struct:__anon6764
hfs_vfsops.c 472 sbp->f_blocks = vh->total_blocks;
libhfs.c 872 if (numblocks >= fork.total_blocks)
1198 out_header->total_blocks = be32tohp(&ptr);
1270 out_mdr->total_blocks = be16tohp(&ptr);
1917 out_forkdata->total_blocks = be32tohp(&ptr);
hfs_vnops.c 610 vap->va_bytes = fork->total_blocks * HFS_BLOCKSIZE(vp);

Completed in 84 milliseconds