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

/opensolaris-onvv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1892 * - FAT12/FAT16 filesystems with garbage in either totsec16/32
1928 blkcnt_t totsec, totsec16, totsec32, datasec; local
1941 totsec16 = (blkcnt_t)bpb_get_TotSec16(bpb);
1946 totsec = totsec16 ? totsec16 : totsec32;
2066 (totsec16 == totsec32 || totsec16 == 0 || totsec32 == 0) &&

Completed in 90 milliseconds