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

  /src/sys/sys/
vnode_if.h 402 int VOP_INACTIVE(struct vnode *, bool *);
  /src/sys/kern/
vfs_vnode.c 86 * in VOP_REMOVE(9). In such case, VOP_INACTIVE(9) is called to inform
123 * vrelel() is about to call VOP_INACTIVE().
926 * First try to get the vnode locked for VOP_INACTIVE().
999 * the call to VOP_INACTIVE().
1001 * If VOP_INACTIVE() indicates that the file has been
1004 * Note that VOP_INACTIVE() will not drop the vnode lock.
1008 VOP_INACTIVE(vp, &recycle);
1945 * VOP_INACTIVE leaves the vnode locked; VOP_RECLAIM unlocks
1949 VOP_INACTIVE(vp, &recycle);
2031 * VOP_INACTIVE leaves the vnode locked; VOP_RECLAIM unlock
    [all...]
vnode_if.c 1547 "vop_inactive",
1555 VOP_INACTIVE(struct vnode *vp,
1562 a.a_desc = VDESC(vop_inactive);
1565 assert_vop_elocked(vp, "vop_inactive: vp");
1569 error = (VCALL(vp, VOFFSET(vop_inactive), &a));
  /src/sys/rump/librump/rumpvfs/
rumpvnode_if.c 524 error = VOP_INACTIVE(vp, recycle);
  /src/share/man/man9/
Makefile 1142 vnodeops.9 VOP_INACTIVE.9 \

Completed in 17 milliseconds