Home
last modified time | relevance | path

Searched refs:pcfs_numfat (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1068 for (nfat = 0; nfat < fsp->pcfs_numfat; nfat++) { in pc_syncfat()
2037 fsp->pcfs_numfat = bpb_get_NumFATs(bpb); in parseBPB()
2048 fsp->pcfs_rdirstart = fsp->pcfs_fatstart + fsp->pcfs_numfat * fatsec; in parseBPB()
2051 (blkcnt_t)fatsec * fsp->pcfs_numfat - in parseBPB()
2082 if (VALID_NUMFATS(fsp->pcfs_numfat)) in parseBPB()
2610 for (nfat = 1; nfat < fsp->pcfs_numfat; nfat++) { in pc_getfat()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h403 int pcfs_numfat; /* number of FAT copies */ member