Searched refs:vfs_hash (Results 1 – 2 of 2) sorted by relevance
3465 vfsp->vfs_hash = rvfs_list[vhno].rvfs_head; in vfs_hash_add()3469 hp = &(*hp)->vfs_hash) in vfs_hash_add()3475 vfsp->vfs_hash = NULL; in vfs_hash_add()3502 rvfs_list[vhno].rvfs_head = vfsp->vfs_hash; in vfs_hash_remove()3507 tvfsp = tvfsp->vfs_hash) { in vfs_hash_remove()3508 if (tvfsp->vfs_hash == vfsp) { in vfs_hash_remove()3509 tvfsp->vfs_hash = vfsp->vfs_hash; in vfs_hash_remove()3687 for (vfsp = rvfs_list[vhno].rvfs_head; vfsp; vfsp = vfsp->vfs_hash) { in getvfs()
214 struct vfs *vfs_hash; /* hash list pointer */ member