devfsd_notify_de
Section: Kernel Hacker's Manual (9)
Updated: devfsd_notify_de
Index
Return to Main Contents
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.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 03:55:30 GMT, June 12, 2005