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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dblock_if.c441 int nocache, sync, ro, candelete, geom, ssopt, pssopt; local
475 else if (sscanf(cp, "sectorsize=%d/%d", &ssopt, &pssopt) == 2)
478 pssopt = ssopt;
550 if (!powerof2(ssopt) || !powerof2(pssopt) || ssopt < 512 ||
551 ssopt > pssopt) {
553 ssopt, pssopt);
574 psectsz = pssopt;

Completed in 46 milliseconds