Home
last modified time | relevance | path

Searched refs:mount_hashtable (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/
Dnamespace.c29 static struct list_head *mount_hashtable; variable
72 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()