Searched refs:vfs_hash_cmp_t (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | vfs_hash.c | 76 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_get() 111 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_ref() 150 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg) in vfs_hash_insert()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 1051 typedef int vfs_hash_cmp_t(struct vnode *vp, void *arg); typedef 1055 struct thread *td, struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg); 1058 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg); 1060 struct vnode **vpp, vfs_hash_cmp_t *fn, void *arg);
|