|
Lines 69-79
Link Here
|
| 69 |
.Va v_holdcnt |
69 |
.Va v_holdcnt |
| 70 |
of a vnode reaches zero then the vnode will be put on the freelist |
70 |
of a vnode reaches zero then the vnode will be put on the freelist |
| 71 |
and may be reused for another file, possibly in another file system. |
71 |
and may be reused for another file, possibly in another file system. |
| 72 |
The transition to and from the freelist is handled by |
72 |
The transition from the freelist is handled by |
| 73 |
.Xr getnewvnode 9 , |
73 |
.Xr getnewvnode 9 . |
| 74 |
.Xr vfree 9 |
|
|
| 75 |
and |
| 76 |
.Xr vbusy 9 . |
| 77 |
The third is a count of the number of clients which are writing into |
74 |
The third is a count of the number of clients which are writing into |
| 78 |
the file. |
75 |
the file. |
| 79 |
It is maintained by the |
76 |
It is maintained by the |