Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/
Dinode.c62 static struct list_head *inode_hashtable; variable
1076 head = inode_hashtable + hash(sb,counter); in iunique()
1104 struct list_head * head = inode_hashtable + hash(sb,ino); in ilookup()
1138 struct list_head * head = inode_hashtable + hash(sb,ino); in iget4_locked()
1170 head = inode_hashtable + hash(inode->i_sb, inode->i_ino); in insert_inode_hash()
1323 inode_hashtable = (struct list_head *) in inode_init()
1325 } while (inode_hashtable == NULL && --order >= 0); in inode_init()
1330 if (!inode_hashtable) in inode_init()
1333 head = inode_hashtable; in inode_init()