Searched refs:inotify_add_watch (Results 1 - 15 of 15) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/udev/
H A Dudev_sysdeps.h105 static inline int inotify_add_watch(int fd, const char *name, uint32_t mask) function
119 static inline int inotify_add_watch(int fd, const char *name, uint32_t mask) function
H A Dudevd.c1122 inotify_add_watch(inotify_fd, udev_rules_dir, IN_CREATE | IN_DELETE | IN_MOVE | IN_CLOSE_WRITE);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/linux/
H A Dinotify-syscalls.h67 static inline int inotify_add_watch (int fd, const char *name, __u32 mask) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/linux/
H A Dinotify-syscalls.h67 static inline int inotify_add_watch (int fd, const char *name, __u32 mask) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/linux/
H A Dinotify-syscalls.h67 static inline int inotify_add_watch (int fd, const char *name, __u32 mask) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dinotify.h121 extern __s32 inotify_add_watch(struct inotify_handle *, struct inotify_watch *,
192 static inline __s32 inotify_add_watch(struct inotify_handle *ih, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify.c61 * inotify_watch: for inotify's purposes, lifetime is from inotify_add_watch()
69 * inotify_add_watch() to the final put_inotify_watch().
616 * inotify_add_watch - add a watch to an inotify instance
623 * Caller must ensure it only calls inotify_add_watch() once per watch.
626 s32 inotify_add_watch(struct inotify_handle *ih, struct inotify_watch *watch, function
667 EXPORT_SYMBOL_GPL(inotify_add_watch); variable
H A Dinotify_user.c384 ret = inotify_add_watch(dev->ih, &watch->wdata, inode, mask);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S373 ENTRY_SAME(inotify_add_watch) /* 270 */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dsystbl.h282 SYSCALL(inotify_add_watch)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dinotify.c86 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
89 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dinotify.c86 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
89 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dinotify.c86 wd = inotify_add_watch(fd, path, IN_CREATE|IN_CLOSE_WRITE|IN_DELETE|IN_MOVE);
89 DPRINTF(E_ERROR, L_INOTIFY, "inotify_add_watch(%s) [%s]\n", path, strerror(errno));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Dmain.c780 inotify_add_watch(inotify_fd, c ? "/services" : AVAHI_SERVICE_DIR, IN_CLOSE_WRITE|IN_DELETE|IN_DELETE_SELF|IN_MOVED_FROM|IN_MOVED_TO|IN_MOVE_SELF
785 inotify_add_watch(inotify_fd, c ? "/" : AVAHI_CONFIG_DIR, IN_CLOSE_WRITE|IN_DELETE|IN_DELETE_SELF|IN_MOVED_FROM|IN_MOVED_TO|IN_MOVE_SELF
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/kernel/
H A Dauditfilter.c170 wd = inotify_add_watch(audit_ih, &parent->wdata, ndp->dentry->d_inode,

Completed in 94 milliseconds