Home | History | Annotate | Download | only in resize_ffs

Lines Matching defs:iwc

758 	uint32_t iwc;		/* inode-within-cg number of inode hand points
764 iwc = hand % newsb->fs_ipg;
768 if (bit_is_clr(bits, iwc))
771 iwc++;
772 if (iwc >= newsb->fs_ipg) {
773 iwc = 0;
1987 uint32_t iwc;
1998 iwc = 2;
2001 iwc = 0;
2003 for (; iwc < newsb->fs_ipg; iwc++, inum++) {
2012 set_bits(cg_inosused(cg, 0), iwc, 1);