Home
last modified time | relevance | path

Searched defs:fiotune (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_filio.h66 struct fiotune { struct
67 int maxcontig; /* cluster and directio size */
68 int rotdelay; /* skip blocks between contig allocations */
69 int maxbpg; /* currently defaults to 2048 */
70 int minfree; /* %age to reserve for root */
71 int optim; /* space or time */
/illumos-gate/usr/src/cmd/fs.d/ufs/tunefs/
H A Dtunefs.c155 struct fiotune fiotune; in main() local