1__INSERT_INODE_HASH(9) The Linux VFS __INSERT_INODE_HASH(9)
23
4
NAME
6__insert_inode_hash - hash an inode
7
SYNOPSIS
9void __insert_inode_hash(struct inode * inode, unsigned long hashval);
10
ARGUMENTS
12inode
13unhashed inode
1415
hashval
16unsigned long value used to locate this object in the
17inode_hashtable.
18
DESCRIPTION
20Add an inode to the inode hash for this superblock.
21
COPYRIGHT
23Kernel Hackers Manual 3.10 June 2019 __INSERT_INODE_HASH(9)