Home
last modified time | relevance | path

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

/linux-6.1.9/fs/fat/
Dinode.c46 u8 fat_sec_per_clus; member
1468 bpb->fat_sec_per_clus = b->sec_per_clus; in fat_read_bpb()
1519 if (!is_power_of_2(bpb->fat_sec_per_clus)) { in fat_read_bpb()
1522 (unsigned)bpb->fat_sec_per_clus); in fat_read_bpb()
1588 bpb->fat_sec_per_clus = fdefaults->sec_per_clus; in fat_read_static_bpb()
1670 sbi->sec_per_clus = bpb.fat_sec_per_clus; in fat_fill_super()