Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h97 __u8 fats; /* Number of FATs */ member
177 int fats; /* Number of FATs */ member
/openbmc/linux/include/uapi/linux/
H A Dmsdos_fs.h115 __u8 fats; /* number of FATs */ member
/openbmc/u-boot/fs/fat/
H A Dfat.c569 mydata->fats = bs.fats; in get_fs_info()
572 mydata->rootdir_sect = mydata->fat_sect + mydata->fatlength * bs.fats; in get_fs_info()
H A Dfat_write.c130 if (mydata->fats == 2) { in flush_dirty_fat_buffer()
/openbmc/linux/fs/fat/
H A Dinode.c1437 if (b->fats) in fat_bpb_is_zero()
1464 bpb->fat_fats = b->fats; in fat_read_bpb()
1696 sbi->fats = bpb.fat_fats; in fat_fill_super()
1759 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length; in fat_fill_super()
H A Dfat.h67 unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */ member
H A Dfatent.c384 for (copy = 1; copy < sbi->fats; copy++) { in fat_mirror_bhs()
/openbmc/linux/block/partitions/
H A Dmsdos.c630 if (slot == 1 && fb->reserved && fb->fats in msdos_partition()
/openbmc/linux/fs/ntfs/
H A Dlayout.h41 u8 fats; /* zero */ member
H A Dsuper.c619 le32_to_cpu(b->bpb.large_sectors) || b->bpb.fats) in is_boot_sector_ntfs()