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

/netbsd-current/sys/ufs/lfs/
H A Dlfs_subr.c320 sp->seg_iocount = 0;
517 while (sync && sp->seg_iocount) {
518 (void)mtsleep(&sp->seg_iocount, PRIBIO + 1,
519 "seg_iocount", 0, &lfs_lock);
520 DLOG((DLOG_SEG, "sleeping on iocount %x == %d\n", sp, sp->seg_iocount));
H A Dlfs.h1184 uint32_t seg_iocount; /* number of ios pending */ member in struct:segment
H A Dlfs_segment.c2007 ++cl->seg->seg_iocount;
2665 if (--cl->seg->seg_iocount == 0)
2666 wakeup(&cl->seg->seg_iocount);
/netbsd-current/sbin/fsck_lfs/
H A Dsegwrite.c952 sp->seg_iocount = 0;

Completed in 178 milliseconds