Lines Matching refs:vnode
43 static LIST_HEAD(vfs_hash_head, vnode) *vfs_hash_tbl;
44 static LIST_HEAD(,vnode) vfs_hash_side;
61 vfs_hash_index(struct vnode *vp) in vfs_hash_index()
76 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get()
78 struct vnode *vp; in vfs_hash_get()
111 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref()
113 struct vnode *vp; in vfs_hash_ref()
140 vfs_hash_remove(struct vnode *vp) in vfs_hash_remove()
149 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, in vfs_hash_insert()
150 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
152 struct vnode *vp2; in vfs_hash_insert()
191 vfs_hash_rehash(struct vnode *vp, u_int hash) in vfs_hash_rehash()
206 struct vnode *vp; in vfs_hash_changesize()