Searched refs:vhno (Results 1 – 1 of 1) sorted by relevance
3490 int vhno; in vfs_hash_add() local3497 vhno = VFSHASH(getmajor(dev), getminor(dev)); in vfs_hash_add()3499 mutex_enter(&rvfs_list[vhno].rvfs_lock); in vfs_hash_add()3507 vfsp->vfs_hash = rvfs_list[vhno].rvfs_head; in vfs_hash_add()3508 rvfs_list[vhno].rvfs_head = vfsp; in vfs_hash_add()3510 for (hp = &rvfs_list[vhno].rvfs_head; *hp != NULL; in vfs_hash_add()3521 rvfs_list[vhno].rvfs_len++; in vfs_hash_add()3522 mutex_exit(&rvfs_list[vhno].rvfs_lock); in vfs_hash_add()3529 int vhno; in vfs_hash_remove() local3536 vhno = VFSHASH(getmajor(dev), getminor(dev)); in vfs_hash_remove()[all …]