Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c108 static int ino_hashlen = 4; /* desired average hash chain length */ variable
308 inohsz = 1 << highbit(ufs_ninode / ino_hashlen); in ihinit()