.\"Generated by db2man.xsl. Don't modify this, modify the source. .de Sh \" Subsection .br .if t .Sp .ne 5 .PP \fB\\$1\fR .PP .. .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Ip \" List item .br .ie \\n(.$>=3 .ne \\$3 .el .ne 3 .IP "\\$1" \\$2 .. .TH "__INSERT_INODE_HASH" 9 "August 2005" "Kernel Hackers Manual" "LINUX" .SH NAME __insert_inode_hash \- hash an inode .SH "SYNOPSIS" .ad l .hy 0 .HP 28 void\ \fB__insert_inode_hash\ \fR\ (struct\ inode\ *\ \fIinode\fR, unsigned\ long\ \fIhashval\fR); .ad .hy .SH "ARGUMENTS" .TP \fIinode\fR unhashed inode .TP \fIhashval\fR unsigned long value used to locate this object in the inode_hashtable\&. .SH "DESCRIPTION" .PP Add an inode to the inode hash for this superblock\&.