Searched refs:fs_size (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dvstafs.h52 unsigned long fs_size; member in struct:first_sector
H A Dufs.h72 grub_int32_t fs_size; /* number of blocks in fs */ member in struct:fs
H A Dfs.h157 int fs_size; /* number of blocks in fs */ member in struct:fs
H A Dufs2.h319 grub_int64_t fs_size; /* number of blocks in fs */ member in struct:fs
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ufs/
H A Dufs.c69 uint32_t fs_size; /* number of blocks in fs */ member in struct:ufs_super_block
193 PedSector block_count = PED_BE32_TO_CPU(sb->fs_size);
199 PedSector block_count = PED_LE32_TO_CPU(sb->fs_size);
227 block_count = PED_BE32_TO_CPU(sb->fs_size);
238 block_count = PED_LE32_TO_CPU(sb->fs_size);
/osnet-11/usr/src/lib/libparted/common/libparted/
H A Ddisk.c622 char *fs_size = ped_unit_format (disk->dev, geom->length); local
633 walk->num, part_size, fs_size);
637 free (fs_size);
638 fs_size = NULL;
643 free (fs_size);

Completed in 46 milliseconds