ext2fs_cgupdate
int ext2fs_cgupdate(struct ufsmount *, int);
ext2fs_cgupdate(ump, MNT_WAIT) == 0 &&
ext2fs_cgupdate(ump, MNT_WAIT);
if (!fs->e2fs_ronly && ext2fs_cgupdate(ump, MNT_WAIT) == 0 &&
if ((error = ext2fs_cgupdate(ump, waitfor)))