Searched defs:testfrags (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c574 diskaddr_t testfrags; variable
783 testfrags = number(NO_DEFAULT, "testfrags", 0);
3920 if (testfrags == 0)
3921 testfrags = cg0frags;
3923 if (testfrags > cg0frags) {
3926 "try %lld\n"), testfrags, cg0frags);
4794 if (frags >= testfrags)

Completed in 57 milliseconds