Lines Matching defs:nsect
1882 * Maximum number of blocks nhead nsect
1913 unsigned short nsect;
1925 nsect = 56;
1928 nsect = 63;
1933 /* make dkg_nsect be smallest multiple of nsect */
1935 (UINT16_MAX * nhead * nsect) - 1) /
1936 (UINT16_MAX * nhead * nsect)) * nsect;
1939 cl_g->dkg_nsect = (UINT16_MAX / nsect) * nsect;
1969 unsigned short nsect;
2001 nsect = 63;
2004 nsect = cl->cl_lgeom.g_nsect;
2009 pgeomp->g_nsect = nsect * nhead;
2012 pgeomp->g_nsect = nsect;
2046 " ncyl: %ld; acyl: %d; nhead: %d; nsect: %d\n",
3121 "Corrupt label - zero nhead or nsect value\n");
3241 " ncyl: %d; acyl: %d; nhead: %d; nsect: %d\n",
3309 * side effects, so returning ncyl and nhead as 1. The nsect will
3310 * overflow for most of CD-ROMs as nsect is of type ushort. (4190569)
3326 * make nsect and nhead > 1 that way
3327 * nsect can still stay within ushort limit
5265 * nhead as 1. The nsect will overflow for most of
5266 * CD-ROMs as nsect is of type ushort.