Home | History | Annotate | Download | only in lfs

Lines Matching defs:lfs_vflush

187  * and getnewbuf().  They both mark the file system busy.  Lfs_vflush()
194 lfs_vflush(struct vnode *vp)
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,
767 * into account. See comment in lfs_vflush.