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

/freebsd-13-stable/sbin/fsck_ffs/
H A Dglobs.c52 long readcnt[BT_NUMBUFTYPES]; variable
125 bzero(readcnt, sizeof(long) * BT_NUMBUFTYPES);
H A Dfsutil.c199 readcnt[i] = totalreadcnt[i] = 0;
399 readcnt[bp->b_type]++;
768 totalreadcnt[i] += readcnt[i];
770 readcnt[i] = 0;
788 totalreadcnt[i] += readcnt[i];
790 readcnt[i] = totalreadcnt[i];
811 if (readcnt[i] == 0)
816 buftype[i], readcnt[i], readcnt[i] * 100 / diskreads,
817 (readcnt[
[all...]
H A Dsetup.c262 readcnt[sblk.b_type]++;
324 readcnt[sblk.b_type]++;
H A Dfsck.h220 extern long readcnt[BT_NUMBUFTYPES];
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c435 size_t size, readcnt, wr; local
763 if ((readcnt = fread(buf, 1, size, f)) < size) {
766 else if (readcnt == 0)
770 stat_update(&xs, count += readcnt);
771 for (ptr = buf; readcnt > 0; ptr += wr, readcnt -= wr)
772 if ((wr = fwrite(ptr, 1, readcnt, of)) < readcnt) {
778 if (readcnt != 0)
/freebsd-13-stable/sbin/quotacheck/
H A Dquotacheck.c591 static long readcnt, readpercg, fullcnt, inobufsize, partialcnt, partialsize; variable
607 readcnt++;
609 if (readcnt % readpercg == 0) {
643 readcnt = 0;
/freebsd-13-stable/sys/fs/ext2fs/
H A Dext2_lookup.c161 size_t readcnt, skipcnt; local
197 readcnt = ip->i_size - bp->b_offset;
199 readcnt = bp->b_bcount;
204 edp = (struct ext2fs_direct_2 *)&bp->b_data[readcnt];
/freebsd-13-stable/sys/ufs/ufs/
H A Dufs_vnops.c2328 size_t readcnt, skipcnt; local
2364 readcnt = ip->i_size - bp->b_offset;
2366 readcnt = bp->b_bcount;
2371 edp = (struct direct *)&bp->b_data[readcnt];

Completed in 179 milliseconds