try_modload
Section: Kernel Hacker's Manual (9)
Updated: try_modload
Index
Return to Main Contents
NAME
try_modload - Notify devfsd of an inode lookup by a non-devfsd process.
SYNOPSIS
int try_modload
(struct devfs_entry *parent,
struct fs_info *fs_info,
const char *name,
unsigned namelen,
struct devfs_entry *buf);
ARGUMENTS
- parent
-
The parent devfs entry.
- fs_info
-
The filesystem info.
- name
-
The device name.
- namelen
-
The number of characters in name.
- buf
-
A working area that will be used. This must not go out of scope
until devfsd is idle again.
DESCRIPTION
Returns 0 on success (event was queued), else a negative error code.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:15:46 GMT, June 12, 2005