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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtable.c193 if (fat_table_get (a, i) != fat_table_get (b, i))
295 fat_table_get (const FatTable* ft, FatCluster cluster) function
300 _("fat_table_get: cluster %ld outside "
368 return _test_code_bad (ft, fat_table_get (ft, cluster));
386 return _test_code_available (ft, fat_table_get (ft, cluster));
H A Dtable.h55 extern FatCluster fat_table_get (const FatTable* ft, FatCluster cluster);
H A Dcount.c104 clst = fat_table_get (fs_info->fat, clst)) {
152 prev_clst = clst, clst = fat_table_get (fs_info->fat, clst)) {
H A Dresize.c266 old_cluster = fat_table_get (old_fs_info->fat, old_cluster)) {
376 next_cluster = fat_table_get (old_fs_info->fat, cluster);
452 fat_table_get (old_fs_info->fat, old_cluster),
453 fat_table_get (new_fs_info->fat,
H A Dtraverse.c109 = fat_table_get (fs_info->fat, trav_info->this_buffer);

Completed in 25 milliseconds