Home
last modified time | relevance | path

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

/openbmc/linux/fs/fat/
H A Dinode.c72 unsigned fat_length; member
79 .fat_length = 1,
86 .fat_length = 2,
93 .fat_length = 1,
100 .fat_length = 2,
1423 return ent_per_sec * sbi->fat_length; in calc_fat_clusters()
1445 if (b->fat_length) in fat_bpb_is_zero()
1587 bpb->fat_fat_length = fdefaults->fat_length; in fat_read_static_bpb()
1699 sbi->fat_length = bpb.fat_fat_length; in fat_fill_super()
1712 if (!sbi->fat_length && bpb.fat32_length) { in fat_fill_super()
[all …]
H A Dfat.h69 unsigned long fat_length; /* FAT start & length (sec.) */ member
H A Dfatent.c385 sector_t backup_fat = sbi->fat_length * copy; in fat_mirror_bhs()
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h119 __le16 fat_length; /* sectors/FAT */ member
/openbmc/linux/fs/exfat/
H A Dexfat_raw.h95 __le32 fat_length; member
H A Dsuper.c475 sbi->num_FAT_sectors = le32_to_cpu(p_boot->fat_length); in exfat_read_boot_sector()
/openbmc/u-boot/fs/fat/
H A Dfat.c502 bs->fat_length = FAT2CPU16(bs->fat_length); in read_bootsectandvi()
508 if (bs->fat_length == 0) { in read_bootsectandvi()
561 mydata->fatlength = bs.fat_length; in get_fs_info()
/openbmc/u-boot/include/
H A Dfat.h101 __u16 fat_length; /* Sectors/FAT */ member