Home
last modified time | relevance | path

Searched refs:DN_MULTISHOT (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/
Ddnotify.c38 new_mask |= dn->dn_mask & ~DN_MULTISHOT; in redo_inode_mask()
74 if ((arg & ~DN_MULTISHOT) == 0) { in fcntl_dirnotify()
92 inode->i_dnotify_mask |= arg & ~DN_MULTISHOT; in fcntl_dirnotify()
115 inode->i_dnotify_mask |= arg & ~DN_MULTISHOT; in fcntl_dirnotify()
140 if (dn->dn_mask & DN_MULTISHOT) in __inode_dir_notify()
/linux-2.4.37.9/Documentation/
Ddnotify.txt24 if DN_MULTISHOT is or'ed with the event mask, then the registration will
35 especially important if DN_MULTISHOT is specified.
85 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT);
/linux-2.4.37.9/include/linux/
Dfcntl.h24 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro