Home
last modified time | relevance | path

Searched refs:fiotune (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c157 struct fiotune fiotune; in main() local
326 fiotune.maxcontig = sblock.fs_maxcontig; in main()
327 fiotune.rotdelay = sblock.fs_rotdelay; in main()
328 fiotune.maxbpg = sblock.fs_maxbpg; in main()
329 fiotune.minfree = sblock.fs_minfree; in main()
330 fiotune.optim = sblock.fs_optim; in main()
331 if (ioctl(mountfd, _FIOTUNE, &fiotune) == -1) { in main()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dufs_filio.h66 struct fiotune { struct
100 extern int ufs_fiotune(struct vnode *, struct fiotune *, struct cred *);
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c563 ufs_fiotune(struct vnode *vp, struct fiotune *uftp, struct cred *cr) in ufs_fiotune()
565 struct fiotune ftp; in ufs_fiotune()
H A Dufs_vnops.c1831 error = ufs_fiotune(vp, (struct fiotune *)arg, cr); in ufs_ioctl()