Lines Matching refs:ext1
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)
516 fsys_entry = ext1->fsys_base;
520 blks1 = nblk(ext1->cf_ent.cinfo.size, block_size, frag_size);
526 bused -= nblks(fsys_entry, ext1);
551 dup_merg(struct cfextra *ext1, struct cfextra *ext2)
555 ept1 = &(ext1->cf_ent);
591 size_xchng(ext2, ext1);
592 } else if (ext1->mstat.preloaded) {
598 size_xchng(ext1, ext2);