.\" 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_BLKIGET" "" "06 October 2005" "" "" .SH NAME vxfs_blkiget \- find inode based on extent # .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct vxfs_inode_info * vxfs_blkiget (struct super_block * \fIsbp\fB, u_long \fIextent\fB, ino_t \fIino\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsbp\fB\fR superblock of the filesystem we search in .TP \fB\fIextent\fB\fR number of the extent to search .TP \fB\fIino\fB\fR inode number to search .SH "DESCRIPTION" .PP vxfs_blkiget searches inode \fIino\fR in the filesystem described by \fIsbp\fR in the extent \fIextent\fR\&. Returns the matching VxFS inode on success, else a NULL pointer. .SH "NOTE" .PP While __vxfs_iget uses the pagecache vxfs_blkiget uses the buffercache. This function should not be used outside the \fBread_super\fR method, otherwise the data may be incoherent.