1__INSERT_INODE_HASH(9)           The Linux VFS          __INSERT_INODE_HASH(9)
2
3
4

NAME

6       __insert_inode_hash - hash an inode
7

SYNOPSIS

9       void __insert_inode_hash(struct inode * inode, unsigned long hashval);
10

ARGUMENTS

12       inode
13           unhashed inode
14
15       hashval
16           unsigned long value used to locate this object in the
17           inode_hashtable.
18

DESCRIPTION

20       Add an inode to the inode hash for this superblock.
21
23Kernel Hackers Manual 3.10         June 2019            __INSERT_INODE_HASH(9)
Impressum