.TH "_devfs_get_vfs_inode" 9 "_devfs_get_vfs_inode" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME _devfs_get_vfs_inode \- Get a VFS inode. .SH SYNOPSIS .B "struct inode *" _devfs_get_vfs_inode .BI "(struct super_block *" sb "," .BI "struct devfs_entry *" de "," .BI "struct dentry *" dentry ");" .SH ARGUMENTS .IP "sb" 12 The super block. .IP "de" 12 The devfs inode. .IP "dentry" 12 The dentry to register with the devfs inode. .SH "DESCRIPTION" Returns the inode on success, else NULL. An implicit \fBdevfs_get\fP is performed if the inode is created.