Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1315 static int snode_shift = 0; in spec_getattr() local
1321 if (snode_shift == 0) in spec_getattr()
1322 snode_shift = highbit(sizeof (struct snode)); in spec_getattr()
1323 ASSERT(snode_shift > 0); in spec_getattr()
1342 vap->va_nodeid = ((ino64_t)(uintptr_t)sp >> snode_shift) & in spec_getattr()