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

/opensolaris-onvv-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c1928 blkcnt_t totsec, totsec16, totsec32, datasec; local
1942 totsec32 = (blkcnt_t)bpb_get_TotSec32(bpb);
1946 totsec = totsec16 ? totsec16 : totsec32;
2066 (totsec16 == totsec32 || totsec16 == 0 || totsec32 == 0) &&

Completed in 102 milliseconds