Searched refs:IN_IGNORED (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/linux/
H A Dinotify.h42 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/linux/
H A Dinotify.h42 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/linux/
H A Dinotify.h42 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dinotify.h43 #define IN_IGNORED 0x00008000 /* File was ignored */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify.c64 * is reponsible for the final put after receiving IN_IGNORED, or when using
211 * remove_watch_no_event - remove watch without the IN_IGNORED event.
229 * inode. Sends the IN_IGNORED event signifying that the inode is no longer
240 ih->in_ops->handle_event(watch, watch->wd, IN_IGNORED, 0, NULL, NULL);
H A Dinotify_user.c64 * IN_IGNORED event from inotify, or when using IN_ONESHOT, to receipt of the
271 if (mask & IN_IGNORED || mask & IN_ONESHOT)
675 /* we free our watch data when we get IN_IGNORED */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dauditfilter.c50 * audit_parent: lifetime is from audit_init_parent() to receipt of an IN_IGNORED
1035 * Generates an IN_IGNORED event. */
1784 /* inotify automatically removes the watch and sends IN_IGNORED */
1791 } else if (mask & IN_IGNORED)

Completed in 72 milliseconds