Searched refs:vfs_hash_cmp_t (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | vfs_hash.c | 73 …t *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get() 115 …e *vp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
|
| /NextBSD/sys/sys/ |
| HD | vnode.h | 848 typedef int vfs_hash_cmp_t(struct vnode *vp, void *arg); typedef 851 …t *mp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg… 853 …e *vp, u_int hash, int flags, struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg…
|