Home
last modified time | relevance | path

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

/freebsd-14.2/sys/fs/nullfs/
H A Dnull_subr.c57 #define NULL_NHASH(vp) (&null_node_hashtbl[vfs_hash_index(vp) & null_hash_mask]) macro
110 hd = NULL_NHASH(lowervp); in null_hashget_locked()
133 hd = NULL_NHASH(lowervp); in null_hashget()
154 hd = NULL_NHASH(xp->null_lowervp); in null_hashins()