Home
last modified time | relevance | path

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

/freebsd/sys/fs/unionfs/
H A Dunion_subr.c65 #define NUNIONFSNODECACHE 16 macro
66 #define UNIONFSHASHMASK (NUNIONFSNODECACHE - 1)
354 unp->un_hashtbl = hashinit(NUNIONFSNODECACHE, M_UNIONFSHASH, in unionfs_nodeget()