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

/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1065 for (nfat = 0; nfat < fsp->pcfs_numfat; nfat++) {
2034 fsp->pcfs_numfat = bpb_get_NumFATs(bpb);
2045 fsp->pcfs_rdirstart = fsp->pcfs_fatstart + fsp->pcfs_numfat * fatsec;
2048 (blkcnt_t)fatsec * fsp->pcfs_numfat -
2079 if (VALID_NUMFATS(fsp->pcfs_numfat))
2607 for (nfat = 1; nfat < fsp->pcfs_numfat; nfat++) {
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h403 int pcfs_numfat; /* number of FAT copies */ member in struct:pcfs

Completed in 64 milliseconds