Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c1539 struct fat_floppy_defaults *fdefaults = NULL; in fat_read_static_bpb() local
1567 fdefaults = &floppy_defaults[i]; in fat_read_static_bpb()
1572 if (fdefaults == NULL) { in fat_read_static_bpb()
1586 bpb->fat_sec_per_clus = fdefaults->sec_per_clus; in fat_read_static_bpb()
1589 bpb->fat_dir_entries = fdefaults->dir_entries; in fat_read_static_bpb()
1590 bpb->fat_sectors = fdefaults->nr_sectors; in fat_read_static_bpb()
1591 bpb->fat_fat_length = fdefaults->fat_length; in fat_read_static_bpb()
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c1538 struct fat_floppy_defaults *fdefaults = NULL; in fat_read_static_bpb() local
1563 fdefaults = &floppy_defaults[i]; in fat_read_static_bpb()
1568 if (fdefaults == NULL) { in fat_read_static_bpb()
1582 bpb->fat_sec_per_clus = fdefaults->sec_per_clus; in fat_read_static_bpb()
1585 bpb->fat_dir_entries = fdefaults->dir_entries; in fat_read_static_bpb()
1586 bpb->fat_sectors = fdefaults->nr_sectors; in fat_read_static_bpb()
1587 bpb->fat_fat_length = fdefaults->fat_length; in fat_read_static_bpb()

Completed in 5 milliseconds