Lines Matching refs:ext2
68 static int dup_merg(struct cfextra *ext1, struct cfextra *ext2);
502 /* Remove ext1 from the filesystem size calculations and add ext2. */
504 size_xchng(struct cfextra *ext1, struct cfextra *ext2)
521 blks2 = nblk(ext2->cf_ent.cinfo.size, block_size, frag_size);
527 bused += nblks(fsys_entry, ext2);
551 dup_merg(struct cfextra *ext1, struct cfextra *ext2)
556 ept2 = &(ext2->cf_ent);
565 if (ext2->mstat.preloaded) {
571 * Start by grabbing the pointers to the ext2 items that we
591 size_xchng(ext2, ext1);
598 size_xchng(ext1, ext2);