Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c46 u8 fat_sec_per_clus; member
1463 bpb->fat_sec_per_clus = b->sec_per_clus; in fat_read_bpb()
1514 if (!is_power_of_2(bpb->fat_sec_per_clus)) { in fat_read_bpb()
1517 (unsigned)bpb->fat_sec_per_clus); in fat_read_bpb()
1586 bpb->fat_sec_per_clus = fdefaults->sec_per_clus; in fat_read_static_bpb()
1668 sbi->sec_per_clus = bpb.fat_sec_per_clus; in fat_fill_super()
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c46 u8 fat_sec_per_clus; member
1462 bpb->fat_sec_per_clus = b->sec_per_clus; in fat_read_bpb()
1513 if (!is_power_of_2(bpb->fat_sec_per_clus)) { in fat_read_bpb()
1516 (unsigned)bpb->fat_sec_per_clus); in fat_read_bpb()
1582 bpb->fat_sec_per_clus = fdefaults->sec_per_clus; in fat_read_static_bpb()
1664 sbi->sec_per_clus = bpb.fat_sec_per_clus; in fat_fill_super()

Completed in 5 milliseconds