Searched refs:DN_MULTISHOT (Results 1 – 3 of 3) sorted by relevance
38 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()
24 if DN_MULTISHOT is or'ed with the event mask, then the registration will35 especially important if DN_MULTISHOT is specified.85 fcntl(fd, F_NOTIFY, DN_MODIFY|DN_CREATE|DN_MULTISHOT);
24 #define DN_MULTISHOT 0x80000000 /* Don't remove notifier */ macro