Searched refs:vhno (Results 1 – 1 of 1) sorted by relevance
3478 int vhno; in vfs_hash_add() local3485 vhno = VFSHASH(getmajor(dev), getminor(dev)); in vfs_hash_add()3487 mutex_enter(&rvfs_list[vhno].rvfs_lock); in vfs_hash_add()3495 vfsp->vfs_hash = rvfs_list[vhno].rvfs_head; in vfs_hash_add()3496 rvfs_list[vhno].rvfs_head = vfsp; in vfs_hash_add()3498 for (hp = &rvfs_list[vhno].rvfs_head; *hp != NULL; in vfs_hash_add()3509 rvfs_list[vhno].rvfs_len++; in vfs_hash_add()3510 mutex_exit(&rvfs_list[vhno].rvfs_lock); in vfs_hash_add()3517 int vhno; in vfs_hash_remove() local3524 vhno = VFSHASH(getmajor(dev), getminor(dev)); in vfs_hash_remove()[all …]