Home
last modified time | relevance | path

Searched refs:nfat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/pcfs/fstyp/
H A Dfstyp.c283 h->bs.spcl > 0 && PC_RESSEC(h) >= 1 && h->bs.nfat > 0); in well_formed()
305 PC_RESSEC(h) + h->bs.nfat * h->FATSz + h->RootDirSectors; in calculate_parameters()
363 FirstRootDirSecNum = PC_RESSEC(h) + h->bs.nfat * h->bs.fatsec; in get_label_16()
512 (unsigned short)PC_RESSEC(h), h->bs.nfat); in dumpfs()
584 ADD_UINT32(h, "fats", h->bs.nfat); in get_attr()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1056 int nfat; in pc_syncfat() local
1068 for (nfat = 0; nfat < fsp->pcfs_numfat; nfat++) { in pc_syncfat()
1070 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec)); in pc_syncfat()
2549 int nfat; in pc_getfat() local
2610 for (nfat = 1; nfat < fsp->pcfs_numfat; nfat++) { in pc_getfat()
2615 fsp->pcfs_fatstart + nfat * fsp->pcfs_fatsec); in pc_getfat()
2628 nfat, (void *)(uintptr_t)startsec, off, in pc_getfat()
2643 nfat, (void *)(uintptr_t)startsec, off, in pc_getfat()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dpc_fs.h117 uchar_t nfat; /* number of FATs */ member