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

  /src/sys/ufs/lfs/
lfs_extern.h 135 int lfs_vfree(struct vnode *, ino_t, int);
lfs_alloc.c 557 lfs_vfree(struct vnode *vp, ino_t ino, int mode) function in typeref:typename:int
575 DLOG((DLOG_ALLOC, "lfs_vfree: free ino %lld\n", (long long)ino));
703 DLOG((DLOG_ALLOC, "lfs_vfree: headfree %lld -> %lld\n",
712 DLOG((DLOG_ALLOC, "lfs_vfree: tailfree %lld "
723 DLOG((DLOG_ALLOC, "lfs_vfree: insert ino %lld "
745 DLOG((DLOG_ALLOC, "lfs_vfree: tailfree %lld "
764 "lfs_vfree: negative byte count"
lfs_vfsops.c 1935 lfs_vfree(dvp, ino, mode);
lfs_vnops.c 1390 lfs_vfree(vp, ip->i_number, ip->i_omode);

Completed in 48 milliseconds