Searched refs:fat_length (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/udev/extras/volume_id/lib/
H A Dfat.c55 uint16_t fat_length; member in struct:vfat_super_block
261 uint16_t fat_length; local
344 fat_length = le16_to_cpu(vs->fat_length);
345 dbg("fat_length 0x%x", fat_length);
349 if (fat_length)
350 fat_size = fat_length * vs->fats;
366 if (!fat_length && fat32_length)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsdos_fs.h116 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c1353 sbi->fat_length = le16_to_cpu(b->fat_length);
1359 if (!sbi->fat_length && b->fat32_length) {
1365 sbi->fat_length = le32_to_cpu(b->fat32_length);
1407 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length;
1430 fat_clusters = sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits;
H A Dfatent.c376 sector_t backup_fat = sbi->fat_length * copy;
662 unsigned long rest = sbi->fat_length - cur_block;
H A Dfat.h64 unsigned long fat_length; /* FAT start & length (sec.) */ member in struct:msdos_sb_info

Completed in 117 milliseconds