VOP_INACTIVE.9 (fe11eb74af3d5aef6ae4ba8e61c46ca7d5ede5b5) VOP_INACTIVE.9 (218d216271ae1af4cc01c1b1356adecc2f9bc490)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1996 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

--- 31 unchanged lines hidden (view full) ---

40.Fd #include <sys/vnode.h>
41.Ft int
42.Fn VOP_INACTIVE "struct vnode *vp" "struct proc *p"
43.Ft int
44.Fn VOP_RECLAIM "struct vnode *vp" "struct proc *p"
45.Sh DESCRIPTION
46.Pp
47The arguments are:
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1996 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

--- 31 unchanged lines hidden (view full) ---

40.Fd #include <sys/vnode.h>
41.Ft int
42.Fn VOP_INACTIVE "struct vnode *vp" "struct proc *p"
43.Ft int
44.Fn VOP_RECLAIM "struct vnode *vp" "struct proc *p"
45.Sh DESCRIPTION
46.Pp
47The arguments are:
48.Bl -tag -width vp
48.Bl -tag -width 2n
49.It Ar vp
50the vnode being reclaimed
51.El
52.Pp
53.Xr VOP_INACTIVE 9
54is called when the kernel is no longer using the vnode. This may be
55because the reference count reaches zero or it may be that the
56filesystem is being forcibly unmounted while there are open files.

--- 50 unchanged lines hidden ---
49.It Ar vp
50the vnode being reclaimed
51.El
52.Pp
53.Xr VOP_INACTIVE 9
54is called when the kernel is no longer using the vnode. This may be
55because the reference count reaches zero or it may be that the
56filesystem is being forcibly unmounted while there are open files.

--- 50 unchanged lines hidden ---