Searched refs:mount_hashtable (Results 1 – 1 of 1) sorted by relevance
29 static struct list_head *mount_hashtable; variable72 struct list_head * head = mount_hashtable + hash(mnt, dentry); in lookup_mnt()112 list_add(&mnt->mnt_hash, mount_hashtable+hash(nd->mnt, nd->dentry)); in attach_mnt()1034 mount_hashtable = (struct list_head *) in mnt_init()1037 if (!mount_hashtable) in mnt_init()1064 d = mount_hashtable; in mnt_init()