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