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

  /src/sys/sys/
vnode_if.h 410 int VOP_RECLAIM(struct vnode *);
  /src/sys/rump/librump/rumpvfs/
rumpvnode_if.c 536 error = VOP_RECLAIM(vp);
  /src/sys/kern/
vfs_vnode.c 92 * or cleaned via vcache_reclaim, which calls VOP_RECLAIM(9) to
1883 * Send NOTE_REVOKE now, before we call VOP_RECLAIM(),
1884 * because VOP_RECLAIM() could cause vp->v_klist to
1945 * VOP_INACTIVE leaves the vnode locked; VOP_RECLAIM unlocks
1951 if (VOP_RECLAIM(vp)) {
2031 * VOP_INACTIVE leaves the vnode locked; VOP_RECLAIM unlocks
2040 if (VOP_RECLAIM(vp)) {
vnode_if.c 1580 "vop_reclaim",
1588 VOP_RECLAIM(struct vnode *vp)
1594 a.a_desc = VDESC(vop_reclaim);
1596 assert_vop_elocked(vp, "vop_reclaim: vp");
1600 error = (VCALL(vp, VOFFSET(vop_reclaim), &a));
  /src/share/man/man9/
Makefile 1143 vnodeops.9 VOP_RECLAIM.9 \

Completed in 20 milliseconds