Searched refs:datasec (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
2047 datasec = totsec -
2054 size_t, rdirsec, blkcnt_t, datasec);
2058 * into a 32bit unsigned integer. The calculation of 'datasec',
2067 datasec < totsec && datasec <= UINT32_MAX)
2121 * datasec was already validated against UINT32_MAX so we know
2125 ncl = (uint32_t)datasec / fsp->pcfs_spcl;

Completed in 101 milliseconds