Home
last modified time | relevance | path

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

/Linux-v5.4/fs/fat/
Dinode.c71 unsigned fat_length; member
78 .fat_length = 1,
85 .fat_length = 2,
92 .fat_length = 1,
99 .fat_length = 2,
1428 return ent_per_sec * sbi->fat_length; in calc_fat_clusters()
1431 return sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits; in calc_fat_clusters()
1450 if (b->fat_length) in fat_bpb_is_zero()
1472 bpb->fat_fat_length = le16_to_cpu(b->fat_length); in fat_read_bpb()
1589 bpb->fat_fat_length = fdefaults->fat_length; in fat_read_static_bpb()
[all …]
Dfatent.c383 sector_t backup_fat = sbi->fat_length * copy; in fat_mirror_bhs()
673 unsigned long rest = sbi->fat_length - cur_block; in fat_count_free_clusters()
739 unsigned long rest = sbi->fat_length - cur_block; in fat_trim_fs()
Dfat.h69 unsigned long fat_length; /* FAT start & length (sec.) */ member
/Linux-v5.4/include/uapi/linux/
Dmsdos_fs.h119 __le16 fat_length; /* sectors/FAT */ member
/Linux-v5.4/drivers/staging/exfat/
Dexfat.h383 u8 fat_length[4]; member
Dexfat_core.c3167 p_fs->num_FAT_sectors = GET32(p_bpb->fat_length); in exfat_mount()