_devfs_get_vfs_inode(9)
NAME
_devfs_get_vfs_inode - Get a VFS inode.
SYNOPSIS
struct inode * _devfs_get_vfs_inode (struct super_block *sb, struct devfs_entry *de, struct dentry *dentry);
ARGUMENTS
sb The super block.
de The devfs inode.
dentry The dentry to register with the devfs inode.
DESCRIPTION
- Returns the inode on success, else NULL. An implicit
devfs_get is performed if the inode is created.