Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dvfs_hash.c204 struct vfs_hash_head *vfs_hash_newtbl, *vfs_hash_oldtbl; in vfs_hash_changesize() local
209 vfs_hash_newtbl = hashinit(newmaxvnodes, M_VFS_HASH, in vfs_hash_changesize()
213 free(vfs_hash_newtbl, M_VFS_HASH); in vfs_hash_changesize()
224 vfs_hash_tbl = vfs_hash_newtbl; in vfs_hash_changesize()