Home
last modified time | relevance | path

Searched refs:vfs_hash_index (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dvfs_hash.c58 vfs_hash_index(struct vnode *vp) in vfs_hash_index() function
/freebsd/sys/fs/nullfs/
H A Dnull_subr.c55 #define NULL_NHASH(vp) (&null_node_hashtbl[vfs_hash_index(vp) & null_hash_mask])
/freebsd/sys/fs/unionfs/
H A Dunion_subr.c138 return (&(unp->un_hashtbl[vfs_hash_index(lookup) & UNIONFSHASHMASK])); in unionfs_get_hashhead()
/freebsd/sys/sys/
H A Dvnode.h1168 u_int vfs_hash_index(struct vnode *vp);