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

/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dinode.c1453 struct fat_floppy_defaults *fdefaults = NULL; local
1481 fdefaults = &floppy_defaults[i];
1486 if (fdefaults == NULL) {
1500 bpb->fat_sec_per_clus = fdefaults->sec_per_clus;
1503 bpb->fat_dir_entries = fdefaults->dir_entries;
1504 bpb->fat_sectors = fdefaults->nr_sectors;
1505 bpb->fat_fat_length = fdefaults->fat_length;

Completed in 28 milliseconds