.\" 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 "TRY_MODLOAD" "" "06 October 2005" "" ""
.SH NAME
try_modload \- Notify devfsd of an inode lookup by a non-devfsd process.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int try_modload (struct devfs_entry * \fIparent\fB, struct fs_info * \fIfs_info\fB, const char * \fIname\fB, unsigned \fInamelen\fB, struct devfs_entry * \fIbuf\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIparent\fB\fR
The parent devfs entry.
.TP
\fB\fIfs_info\fB\fR
The filesystem info.
.TP
\fB\fIname\fB\fR
The device name.
.TP
\fB\fInamelen\fB\fR
The number of characters in \fIname\fR\&.
.TP
\fB\fIbuf\fB\fR
A working area that will be used. This must not go out of scope
until devfsd is idle again.
.SH "DESCRIPTION"
.PP
Returns 0 on success (event was queued), else a negative error code.