Searched refs:UNIONFSHASHMASK (Results 1 – 1 of 1) sorted by relevance
66 #define UNIONFSHASHMASK (NUNIONFSNODECACHE - 1) macro138 return (&(unp->un_hashtbl[vfs_hash_index(lookup) & UNIONFSHASHMASK])); in unionfs_get_hashhead()286 hashdestroy(unp->un_hashtbl, M_UNIONFSHASH, UNIONFSHASHMASK); in unionfs_nodeget_cleanup()356 KASSERT(hashmask == UNIONFSHASHMASK, in unionfs_nodeget()522 for (count = 0; count <= UNIONFSHASHMASK; count++) { in unionfs_noderem()563 hashdestroy(unp->un_hashtbl, M_UNIONFSHASH, UNIONFSHASHMASK); in unionfs_noderem()