try_modload(9)
NAME
try_modload - Notify devfsd of an inode lookup by a nondevfsd 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.