Lines Matching refs:vnode
40 static LIST_HEAD(vfs_hash_head, vnode) *vfs_hash_tbl;
41 static LIST_HEAD(,vnode) vfs_hash_side;
58 vfs_hash_index(struct vnode *vp) in vfs_hash_index()
73 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get()
75 struct vnode *vp; in vfs_hash_get()
114 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref()
116 struct vnode *vp; in vfs_hash_ref()
143 vfs_hash_remove(struct vnode *vp) in vfs_hash_remove()
152 vfs_hash_insert(struct vnode *vp, u_int hash, int flags, struct thread *td, in vfs_hash_insert()
153 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
155 struct vnode *vp2; in vfs_hash_insert()
194 vfs_hash_rehash(struct vnode *vp, u_int hash) in vfs_hash_rehash()
210 struct vnode *vp; in vfs_hash_changesize()