HomeSort by: relevance | last modified time | path
    Searched defs:lfs_vflush (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/ufs/lfs/
lfs_segment.c 187 * and getnewbuf(). They both mark the file system busy. Lfs_vflush()
194 lfs_vflush(struct vnode *vp) function in typeref:typename:int
300 DLOG((DLOG_VNODE, "lfs_vflush: ino %d freed, not flushing\n",
340 DLOG((DLOG_VNODE, "lfs_vflush: done not flushing ino %d\n",
386 DLOG((DLOG_VNODE, "lfs_vflush: flushing VU_DIROP\n"));
387 /* panic("lfs_vflush: VU_DIROP being flushed...this can\'t happen"); */
435 log(LOG_NOTICE, "lfs_vflush: looping count=%d\n", loopcount);
451 * Since lfs_vflush() must return the vnode with no dirty buffers,
461 "lfs_vflush", 0, &lfs_lock);
650 * If lfs_flushvp is non-NULL, we are called from lfs_vflush,
    [all...]

Completed in 28 milliseconds