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

  /src/sys/ufs/lfs/
lfs_extern.h 216 int lfs_vflush(struct vnode *);
lfs_inode.c 146 * yet completed, lfs_vflush will not be called, and vinvalbuf
193 error = lfs_vflush(vp);
lfs_segment.c 185 * and getnewbuf(). They both mark the file system busy. Lfs_vflush()
192 lfs_vflush(struct vnode *vp) function in typeref:typename:int
231 DLOG((DLOG_VNODE, "lfs_vflush: ino %d freed, not flushing\n",
270 DLOG((DLOG_VNODE, "lfs_vflush: done not flushing ino %d\n",
311 DLOG((DLOG_VNODE, "lfs_vflush: flushing VU_DIROP\n"));
312 /* panic("lfs_vflush: VU_DIROP being flushed...this can\'t happen"); */
360 log(LOG_NOTICE, "lfs_vflush: looping count=%d\n", loopcount);
376 * Since lfs_vflush() must return the vnode with no dirty buffers,
386 "lfs_vflush", 0, &lfs_lock);
575 * If lfs_flushvp is non-NULL, we are called from lfs_vflush,
    [all...]

Completed in 13 milliseconds