Lines Matching defs:rotdelay
55 * [nsect ntrack bsize fsize cpg minfree rps nbpi opt apc rotdelay
501 long rotdelay = -1; /* rotational delay between blocks */
715 rotdelay = ROTDELAY;
857 * rotdelay
942 rotdelay = ROTDELAY;
1022 if (rotdelay == -1) { /* default by newfs and mkfs */
1023 rotdelay = ROTDELAY;
2046 sblock.fs_rotdelay = rotdelay;
3486 nbpi, opt, apc, (rotdelay == -1) ? 0 : rotdelay,