Searched refs:fat_bits (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A DfsP.h53 int fat_bits; /* must be signed, because we use negative values member in struct:Fs_t
94 int fat_read(Fs_t *This, struct bootsector *boot, int fat_bits,
H A Dmformat.c223 static void calc_fat_bits2(Fs_t *Fs, unsigned long tot_sectors, int fat_bits, argument
234 switch(abs(fat_bits)) {
302 if(Fs->fat_bits == 32) {
318 if(Fs->fat_bits == 32)
327 int fat_bits)
341 if(abs(fat_bits) == 16 || Fs->num_clus >= FAT12)
383 if(Fs->fat_bits == 0) {
394 fat_nybbles = Fs->fat_bits / 4;
416 if(Fs->fat_bits == 16 && Fs->num_clus >= FAT16)
418 if(Fs->fat_bits
326 xdf_calc_fat_size(Fs_t *Fs, unsigned long tot_sectors, int fat_bits) argument
516 calc_cluster_size(struct Fs_t *Fs, unsigned long tot_sectors, int fat_bits) argument
[all...]
H A Dconfig.c131 signed char fat_bits; member in struct:__anon4149
163 { "FAT", OFFS(fat_bits), T_INT },
164 { "FAT_BITS", OFFS(fat_bits), T_UINT },
500 if(!dev->fat_bits)
501 dev->fat_bits = default_formats[i].fat_bits;
547 devices[cur_dev].fat_bits = 0;
582 &devices[cur_dev].drive,name,&devices[cur_dev].fat_bits,
588 devices[cur_dev].fat_bits = 0;
774 printf("\tfile=\"%s\" fat_bits
[all...]
H A Dfat.c506 if(Stream->fat_bits > 12)
508 if(Stream->fat_bits > 16) {
539 This->fat_bits = 12;
550 This->fat_bits = 16;
568 This->fat_bits = 32;
740 int fat_read(Fs_t *This, struct bootsector *boot, int fat_bits, argument
751 return old_fat_read(This, boot, fat_bits, tot_sectors, nodups);
862 if(This->fat_bits == 32)
H A Dinit.c293 This->fat_bits = 12;
389 if(fat_read(This, boot, dev.fat_bits, tot_sectors, dev.use_2m&0x7f)){
H A Dmsdos.h245 #define NEEDED_FAT_SIZE(x) FAT_SIZE((x)->fat_bits, (x)->sector_size, \
H A Dmtools.h51 int fat_bits; /* FAT encoding scheme */ member in struct:device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsdos_fs.h57 #define FAT_FIRST_ENT(s, x) ((MSDOS_SB(s)->fat_bits == 32 ? 0x0FFFFF00 : \
58 MSDOS_SB(s)->fat_bits == 16 ? 0xFF00 : 0xF00) | (x))
67 #define MAX_FAT(s) (MSDOS_SB(s)->fat_bits == 32 ? MAX_FAT32 : \
68 MSDOS_SB(s)->fat_bits == 16 ? MAX_FAT16 : MAX_FAT12)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/fat/
H A Dinode.c364 if (sbi->fat_bits == 32)
380 if (sbi->fat_bits == 32)
1208 if (sbi->fat_bits == 32) {
1351 sbi->fat_bits = 0; /* Don't know yet */
1364 sbi->fat_bits = 32;
1426 if (sbi->fat_bits != 32)
1427 sbi->fat_bits = (total_clusters > MAX_FAT12) ? 16 : 12;
1430 fat_clusters = sbi->fat_length * sb->s_blocksize * 8 / sbi->fat_bits;
H A Dmisc.c54 if (sbi->fat_bits != 32)
H A Dfatent.c295 switch (sbi->fat_bits) {
322 if (sbi->fat_bits == 12) {
H A Dcache.c309 if ((sbi->fat_bits != 32) && (inode->i_ino == MSDOS_ROOT_INO)) {
H A Dfat.h62 unsigned char fats,fat_bits; /* number of FATs, FAT bits (12 or 16) */ member in struct:msdos_sb_info
H A Ddir.c58 if ((sbi->fat_bits != 32) && (dir->i_ino == MSDOS_ROOT_INO))
1265 if (sbi->fat_bits != 32)

Completed in 176 milliseconds