gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isFAT32 (0.08 seconds)
t2ex
t2ex_source/t2ex/fs/fimp/src/fimp_fat.c - 201.0KB - 6,353 lines
215:         fcl = (UW)CEH(dirent->de_clno_lo);
216:         if (isFAT32(fs->ff_fstype)) {
217:                 fcl |= (UW)CEH(dirent->de_clno_hi) << DE_SHIFT_CLNO_HI;
233: dirent->de_clno_lo = CEH((UH)fcl); 234: dirent->de_clno_hi = isFAT32(fs->ff_fstype) ? 235: (CEH((UH)(fcl >> DE_SHIFT_CLNO_HI))) : 0;
597: 598: } else if (! isFAT32(fs->ff_fstype) && 599: sec >= fs->ff_dc_rootdir.dci_secno &&
713: /* Cache for root directory */ 714: if (! isFAT32(fs->ff_fstype)) { 715: err2 = fatDCacheSyncInfo(fs, &fs->ff_dc_rootdir, info);
738: /* Cache for root direcotry */ 739: if (! isFAT32(fs->ff_fstype)) { 740: err = fatDCacheInfoInit(fs, &fs->ff_dc_rootdir, fs->ff_rootsc,
771: /* Root directory */ 772: if (! isFAT32(fs->ff_fstype)) { 773: fatDCacheInfoCleanup(fs, &fs->ff_dc_rootdir);
1975: if (inode->fino_c.ino_info != NULL || 1976: (IsRootINODE(fs, inode) && ! isFAT32(fs->ff_fstype))) { 1977: goto exit0;
2964: 2965: if (! isFAT32(fs->ff_fstype)) { 2966: inode->fino_filsz = ROOTSZ;
4058: /* FAT 32 root directory is also inside the cluster area */ 4059: if (isFAT32(fstype)) { 4060: fs->ff_rootcl = ((UW)CEH(boot->bo_root_hi) <<
4078: /* Root directory and cluster area */ 4079: if (isFAT32(fstype)) { 4080: fs->ff_rootsc = 0; /* FAT32 is meaningless */