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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dcount.c221 FatDirEntry* this_entry; local
233 while ( (this_entry = fat_traverse_next_dir_entry (trav_info)) ) {
234 if (fat_dir_entry_is_null_term (this_entry))
236 if (!fat_dir_entry_has_first_cluster (this_entry, fs))
238 if (this_entry->name [0] == '.')
241 fat_dir_entry_get_name (this_entry, file_name_start);
242 first_cluster = fat_dir_entry_get_first_cluster(this_entry, fs);
243 size = ped_div_round_up (fat_dir_entry_get_length (this_entry),
252 if (fat_dir_entry_is_system_file (this_entry)
274 if (fat_dir_entry_is_directory (this_entry)) {
[all...]

Completed in 15 milliseconds