devfsd_notify_de(9)
NAME
devfsd_notify_de - Notify the devfsd daemon of a change.
SYNOPSIS
int devfsd_notify_de (struct devfs_entry *de, unsigned short type, umode_t mode, uid_t uid, gid_t gid, struct fs_info *fs_info, int atomic);
ARGUMENTS
- de The devfs entry that has changed. This and
- all parent entries will have their reference
counts incremented if the event was queued. - type The type of change.
- mode The mode of the entry.
- uid The user ID.
- gid The group ID.
- fs_info The filesystem info.
- atomic -- undescribed -
DESCRIPTION
- Returns TRUE if an event was queued and devfsd woken up,
else FALSE.