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

/netbsd-6-1-5-RELEASE/sbin/resize_ffs/
H A Dresize_ffs.c742 int iwc; /* inode-within-cg number of inode hand points local
748 iwc = hand % newsb->fs_ipg;
752 if (bit_is_clr(bits, iwc))
755 iwc++;
756 if (iwc >= newsb->fs_ipg) {
757 iwc = 0;
1928 int iwc; local
1939 iwc = 2;
1942 iwc = 0;
1944 for (; iwc < news
[all...]

Completed in 49 milliseconds