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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dtraverse.h42 /* starts traversal at an arbitary cluster. if start_cluster==0, then uses
45 FatCluster start_cluster,
H A Dtraverse.c123 fat_traverse_begin (PedFileSystem* fs, FatCluster start_cluster, argument
139 = (fs_info->fat_type == FAT_TYPE_FAT16) && (start_cluster == 0);
147 trav_info->next_buffer = start_cluster;

Completed in 21 milliseconds