.\" 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_IGET" "" "06 October 2005" "" ""
.SH NAME
__vxfs_iget \- generic find inode facility
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
struct vxfs_inode_info * __vxfs_iget (ino_t \fIino\fB, struct inode * \fIilistp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIino\fB\fR
inode number
.TP
\fB\fIilistp\fB\fR
inode list
.SH "DESCRIPTION"
.PP
Search the for inode number \fIino\fR in the filesystem
described by \fIsbp\fR\&. Use the specified inode table (\fIilistp\fR).
Returns the matching VxFS inode on success, else a NULL pointer.