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

/barrelfish-2018-10-04/lib/vfs/
H A Dvfs_fat.c84 ((mount)->fat_type == FAT_TYPE_FAT16 ? sizeof(uint16_t) : sizeof(uint32_t))
125 FAT_TYPE_FAT16 = 16, enumerator in enum:__anon1405
229 if (!search->parent_direntry && mount->fat_type == FAT_TYPE_FAT16) {
265 if (mount->fat_type == FAT_TYPE_FAT16) {
331 assert(mount->fat_type == FAT_TYPE_FAT16);
463 mount->fat_type == FAT_TYPE_FAT16;
1093 type = FAT_TYPE_FAT16;
1242 if (mount->fat_type == FAT_TYPE_FAT16) {

Completed in 32 milliseconds