Lines Matching refs:c_count
328 maxino = (unsigned)((spcl.c_count * tp_bsize * NBBY) + 1); in setup()
627 tmpbuf.c_count); in getvol()
628 for (i = tmpbuf.c_count; i > 0; i--) in getvol()
1070 for (i = 0, bufptr = buf; i < spcl.c_count; i++) { in getfile()
1097 for (i++; i < spcl.c_count; i++) in getfile()
1121 size = (offset_t)spcl.c_count * tp_bsize; in getfile()
1407 if ((spcl.c_count < 0) || (spcl.c_count > TP_NINDIR)) { in xtrmap()
1410 spcl.c_count); in xtrmap()
1415 ((spcl.c_count * tp_bsize * NBBY) + 1), NBBY); in xtrmap()
1772 int32_t c_count; in gethead() member
1801 buf->c_count = u_ospcl.s_ospcl.c_count; in gethead()
1831 buf->c_dinode.di_size = (offset_t)buf->c_count * tp_bsize; in gethead()
1832 for (i = 0; i < buf->c_count && i < TP_NINDIR; i++) in gethead()
1940 for (i = 0; i < header->c_count; i++) in accthdr()
1993 for (i = 0; i < header->c_count; i++) in findinode()