Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dvfs_hash.c208 struct vfs_hash_head *vfs_hash_newtbl, *vfs_hash_oldtbl; in vfs_hash_changesize() local
226 vfs_hash_oldtbl = vfs_hash_tbl; in vfs_hash_changesize()
231 while ((vp = LIST_FIRST(&vfs_hash_oldtbl[i])) != NULL) { in vfs_hash_changesize()
239 free(vfs_hash_oldtbl, M_VFS_HASH); in vfs_hash_changesize()