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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtable.h58 extern FatCluster fat_table_alloc_cluster (FatTable* ft);
H A Dclstdup.c271 ctx->buffer_map [i] = fat_table_alloc_cluster
331 new_cluster = fat_table_alloc_cluster (new_fs_info->fat);
H A Dtable.c324 fat_table_alloc_cluster (FatTable* ft) function
342 _("fat_table_alloc_cluster: no free clusters"));
353 result = fat_table_alloc_cluster (ft);
H A Dfat.c370 = fat_table_alloc_cluster (fs_info->fat);

Completed in 25 milliseconds