Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/fat/
H A Dinode.c57 u32 fat32_length; member
1474 bpb->fat32_length = le32_to_cpu(b->fat32.length); in fat_read_bpb()
1521 if (bpb->fat_fat_length == 0 && bpb->fat32_length == 0) { in fat_read_bpb()
1716 if (!sbi->fat_length && bpb.fat32_length) { in fat_fill_super()
1722 sbi->fat_length = bpb.fat32_length; in fat_fill_super()
/kernel/linux/linux-6.6/fs/fat/
H A Dinode.c57 u32 fat32_length; member
1473 bpb->fat32_length = le32_to_cpu(b->fat32.length); in fat_read_bpb()
1520 if (bpb->fat_fat_length == 0 && bpb->fat32_length == 0) { in fat_read_bpb()
1712 if (!sbi->fat_length && bpb.fat32_length) { in fat_fill_super()
1718 sbi->fat_length = bpb.fat32_length; in fat_fill_super()

Completed in 5 milliseconds