.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "__INSERT_INODE_HASH" "" "06 October 2005" "" ""
.SH NAME
__insert_inode_hash \- hash an inode
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __insert_inode_hash (struct inode * \fIinode\fB, unsigned long \fIhashval\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIinode\fB\fR
unhashed inode
.TP
\fB\fIhashval\fB\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.