Searched refs:fs_rotdelay (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/ |
H A D | tunefs.c | 243 sblock.fs_rotdelay = 0; in main() 327 fiotune.rotdelay = sblock.fs_rotdelay; in main()
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | ufs.h | 80 grub_int32_t fs_rotdelay; /* num of ms for optimal next block */ member
|
H A D | fs.h | 165 int fs_rotdelay; /* num of ms for optimal next block */ member
|
/titanic_41/usr/src/cmd/fs.d/ufs/fstyp/ |
H A D | fstyp.c | 249 ADD_INT32(h, "rotdelay", fsp->fs_rotdelay); in get_attr() 331 fsp->fs_maxcontig, fsp->fs_rotdelay, fsp->fs_rps); in dumpfs()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | setup.c | 1180 altsblock.fs_rotdelay = sblock.fs_rotdelay; in checksb()
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_filio.c | 598 fs->fs_rotdelay = ftp.rotdelay; in ufs_fiotune()
|
H A D | ufs_lockfs.c | 686 mfs->fs_rotdelay = dfs->fs_rotdelay; in ufs_reconcile_fs()
|
H A D | ufs_alloc.c | 603 if (fs->fs_rotdelay != 0) in blkpref() 610 nextblk += roundup(fs->fs_rotdelay * fs->fs_rps * fs->fs_nsect / in blkpref()
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | ufs_fs.h | 256 int32_t fs_rotdelay; /* num of ms for optimal next block */ member
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 4581 fs->fs_rotdelay, fs->fs_id[0], fs->fs_id[1], fs->fs_rps); in printsb() 4584 fs->fs_rotdelay, fs->fs_headswitch, fs->fs_trkseek, fs->fs_rps); in printsb() 4591 fs->fs_rotdelay, fs->fs_rps); in printsb()
|
/titanic_41/usr/src/cmd/fs.d/ufs/mkfs/ |
H A D | mkfs.c | 2067 sblock.fs_rotdelay = rotdelay; in main() 3590 sblock.fs_rotdelay); in dump_fscmd() 5774 printf("0x%x sblock.fs_rotdelay\n", sblock.fs_rotdelay); in dump_sblock()
|