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

/barrelfish-master/lib/vfs/
H A Dvfs_fat.c84 ((mount)->fat_type == FAT_TYPE_FAT16 ? sizeof(uint16_t) : sizeof(uint32_t))
134 int fat_type; member in struct:fat_mount
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);
384 assert(search->parent_direntry || mount->fat_type == FAT_TYPE_FAT32);
401 if (mount->fat_type == FAT_TYPE_FAT32) {
463 mount->fat_type == FAT_TYPE_FAT16;
761 if (mount->fat_type == FAT_TYPE_FAT32) {
1132 mount->fat_type
[all...]

Completed in 75 milliseconds