Searched refs:table_copy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.c459 FatTable* table_copy; local
466 table_copy = fat_table_new (fs_info->fat_type, table_size);
467 if (!table_copy)
471 if (!fat_table_read (table_copy, fs, i))
473 if (!fat_table_compare (fs_info->fat, table_copy)) {
485 fat_table_destroy (table_copy);
489 fat_table_destroy (table_copy);

Completed in 36 milliseconds