Searched defs:dst_fs (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/parted/
H A Dparted.c542 PedFileSystem* dst_fs; local
576 dst_fs = ped_file_system_copy (src_fs, &dst->geom, g_timer);
577 if (!dst_fs)
579 dst_fs_type = dst_fs->type; /* may be different to src_fs->type */
581 ped_file_system_close (dst_fs);

Completed in 96 milliseconds