.\" 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 "_DEVFS_GET_VFS_INODE" "9" "09 October 2005" "" "" .SH NAME _devfs_get_vfs_inode \- Get a VFS inode. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp struct inode * _devfs_get_vfs_inode (struct super_block * \fIsb\fB, struct devfs_entry * \fIde\fB, struct dentry * \fIdentry\fB); \fR .SH "ARGUMENTS" .TP \fB\fIsb\fB\fR The super block. .TP \fB\fIde\fB\fR The devfs inode. .TP \fB\fIdentry\fB\fR The dentry to register with the devfs inode. .SH "DESCRIPTION" .PP Returns the inode on success, else NULL\&. An implicit \fBdevfs_get\fR is performed if the inode is created.