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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_alloc.c373 case FAT32:
416 case FAT32:
H A Dpc_vfsops.c1275 * Unfortunately, FAT32 fat's can be pretty big (On a 1 gig jaz drive, about
1309 * is up-to-date. But on a FAT32 system (large drive, small clusters)
1313 * FAT32 we only write out the bit that has changed. We don't clear
1862 return (FAT32);
1864 return (FAT32);
1866 return (FAT32);
1896 * - FAT32 filesystems with RootEntCnt != 0
1897 * - FAT32 filesystems with less than 65526 clusters
1898 * - FAT32 filesystems without valid FSI sector
1899 * - FAT32 filesystem
[all...]
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h64 * Notes on FAT32 support
66 * The basic difference between FAT32 and FAT16 is that cluster numbers are now
75 * Most of the FAT32 changes to pcfs are under 'if it's FAT32' to minimize the
76 * effect on non-FAT32 filesystems (and still share the code), except for the
82 * 1. FAT32 partitions are indicated by partition types 0xB and 0xC.
83 * 2. The boot sector is now 2 sectors, to make room for FAT32 extensions.
91 * 5. FAT32 can use the alternate FAT. But we don't.
93 * FAT32 also exposed a latent bug: we bread() each copy of the FAT in one
94 * big chunk. This is not good on a large FAT32 driv
385 typedef enum { FAT12, FAT16, FAT32, FAT_UNKNOWN, FAT_QUESTIONABLE } fattype_t; enumerator in enum:__anon7837
[all...]
/illumos-gate/usr/src/boot/sys/boot/i386/pmbr/
H A Dpmbr.s56 # BIOS Parameter Block. Reserved space from 0xb to 0x3e, the FAT32 BPB
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/
H A Dboot0.S628 .byte os_win-. # 11, FAT32

Completed in 74 milliseconds