Home
last modified time | relevance | path

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

/fs/fat/
Dinode.c64 unsigned fat_length; member
71 .fat_length = 1,
78 .fat_length = 2,
85 .fat_length = 1,
92 .fat_length = 2,
1414 return ent_per_sec * sbi->fat_length; in calc_fat_clusters()
1417 return sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits; in calc_fat_clusters()
1436 if (b->fat_length) in fat_bpb_is_zero()
1458 bpb->fat_fat_length = le16_to_cpu(b->fat_length); in fat_read_bpb()
1575 bpb->fat_fat_length = fdefaults->fat_length; in fat_read_static_bpb()
[all …]
Dfatent.c384 sector_t backup_fat = sbi->fat_length * copy; in fat_mirror_bhs()
671 unsigned long rest = sbi->fat_length - cur_block; in fat_count_free_clusters()
Dfat.h68 unsigned long fat_length; /* FAT start & length (sec.) */ member