.\" 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 "VXFS_STIGET" "" "06 October 2005" "" "" .SH NAME vxfs_stiget \- find inode using the structural inode list .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct vxfs_inode_info * vxfs_stiget (struct super_block * \fIsbp\fB, ino_t \fIino\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsbp\fB\fR VFS superblock .TP \fB\fIino\fB\fR inode # .SH "DESCRIPTION" .PP Find inode \fIino\fR in the filesystem described by \fIsbp\fR using the structural inode list. Returns the matching VxFS inode on success, else a NULL pointer.