Home
last modified time | relevance | path

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

/freebsd/sys/fs/nullfs/
H A Dnull_subr.c55 #define NULL_NHASH(vp) (&null_node_hashtbl[vfs_hash_index(vp) & null_hash_mask]) macro
108 hd = NULL_NHASH(lowervp); in null_hashget_locked()
131 hd = NULL_NHASH(lowervp); in null_hashget()
152 hd = NULL_NHASH(xp->null_lowervp); in null_hashins()