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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/fat/
H A Dinode.c1261 sbi->fat_length = le16_to_cpu(b->fat_length);
1266 if (!sbi->fat_length && b->fat32_length) {
1272 sbi->fat_length = le32_to_cpu(b->fat32_length);
1316 sbi->dir_start = sbi->fat_start + sbi->fats * sbi->fat_length;
1340 fat_clusters = sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits;
H A Dfatent.c355 sector_t backup_fat = sbi->fat_length * copy;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dmsdos_fs.h123 __le16 fat_length; /* sectors/FAT */ member in struct:fat_boot_sector
225 unsigned long fat_length; /* FAT start & length (sec.) */ member in struct:msdos_sb_info

Completed in 85 milliseconds