_devfs_get_vfs_inode
Section: Kernel Hacker's Manual (9)
Updated: _devfs_get_vfs_inode
Index
Return to Main Contents
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:53:33 GMT, June 12, 2005