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

/illumos-gate/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 *);
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c157 struct fiotune fiotune; local
326 fiotune.maxcontig = sblock.fs_maxcontig;
327 fiotune.rotdelay = sblock.fs_rotdelay;
328 fiotune.maxbpg = sblock.fs_maxbpg;
329 fiotune.minfree = sblock.fs_minfree;
330 fiotune.optim = sblock.fs_optim;
331 if (ioctl(mountfd, _FIOTUNE, &fiotune) == -1) {
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_filio.c563 ufs_fiotune(struct vnode *vp, struct fiotune *uftp, struct cred *cr)
565 struct fiotune ftp;
H A Dufs_vnops.c1831 error = ufs_fiotune(vp, (struct fiotune *)arg, cr);

Completed in 74 milliseconds