Searched defs:fiotune (Results 1 – 2 of 2) sorted by relevance
66 struct fiotune { struct67 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 */
157 struct fiotune fiotune; in main() local