Home
last modified time | relevance | path

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

/netbsd/sys/fs/union/
H A Dunion_subr.c101 #define UNION_HASH(u, l) \ macro
141 val = UNION_HASH(un->un_uppervp, un->un_lowervp); in union_reinit()
166 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); in union_newlower()
167 int nhash = UNION_HASH(un->un_uppervp, lowervp); in union_newlower()
196 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); in union_newupper()
197 int nhash = UNION_HASH(uppervp, un->un_lowervp); in union_newupper()
386 hash[0] = UNION_HASH(uppervp, lowervp); in union_allocvp()
390 hash[1] = UNION_HASH(uppervp, NULLVP); in union_allocvp()
391 hash[2] = UNION_HASH(NULLVP, lowervp); in union_allocvp()