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

/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dfat.h118 int root_dir_entry_count; /* non-FAT32 */ member in struct:_FatSpecific
H A Dbootsector.c204 fs_info->root_dir_entry_count = PED_LE16_TO_CPU (bs->dir_entries);
248 = fs_info->root_dir_entry_count * sizeof (FatDirEntry)
317 ? PED_CPU_TO_LE16 (fs_info->root_dir_entry_count)
H A Dfat.c299 fs_info->root_dir_entry_count = FAT_ROOT_DIR_ENTRY_COUNT;
336 fs_info->root_dir_entry_count = FAT_ROOT_DIR_ENTRY_COUNT;
351 fs_info->root_dir_entry_count = 0;
H A Dresize.c698 new_fs_info->root_dir_entry_count = 0;
714 new_fs_info->root_dir_entry_count

Completed in 37 milliseconds