Searched refs:vhno (Results 1 – 1 of 1) sorted by relevance
3448 int vhno; in vfs_hash_add() local3455 vhno = VFSHASH(getmajor(dev), getminor(dev)); in vfs_hash_add()3457 mutex_enter(&rvfs_list[vhno].rvfs_lock); in vfs_hash_add()3465 vfsp->vfs_hash = rvfs_list[vhno].rvfs_head; in vfs_hash_add()3466 rvfs_list[vhno].rvfs_head = vfsp; in vfs_hash_add()3468 for (hp = &rvfs_list[vhno].rvfs_head; *hp != NULL; in vfs_hash_add()3479 rvfs_list[vhno].rvfs_len++; in vfs_hash_add()3480 mutex_exit(&rvfs_list[vhno].rvfs_lock); in vfs_hash_add()3487 int vhno; in vfs_hash_remove() local3494 vhno = VFSHASH(getmajor(dev), getminor(dev)); in vfs_hash_remove()[all …]