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

/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c649 int secondpass; /* have we wrapped from end of fs to local
655 secondpass = (hand == 0);
674 if (secondpass)
676 secondpass = 1;
702 int secondpass; /* have we wrapped from end to beginning? */ local
707 secondpass = (hand == 0);
720 if (secondpass)
722 secondpass = 1;
744 int secondpass; /* have we wrapped from end to beginning? */ local
749 secondpass
[all...]

Completed in 167 milliseconds