Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c1544 struct fat_floppy_defaults *fdefaults = NULL; in fat_read_static_bpb() local
1569 fdefaults = &floppy_defaults[i]; in fat_read_static_bpb()
1574 if (fdefaults == NULL) { in fat_read_static_bpb()
1588 bpb->fat_sec_per_clus = fdefaults->sec_per_clus; in fat_read_static_bpb()
1591 bpb->fat_dir_entries = fdefaults->dir_entries; in fat_read_static_bpb()
1592 bpb->fat_sectors = fdefaults->nr_sectors; in fat_read_static_bpb()
1593 bpb->fat_fat_length = fdefaults->fat_length; in fat_read_static_bpb()