Searched refs:inotify_inode_queue_event (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfsnotify.h57 inotify_inode_queue_event(old_dir, IN_MOVED_FROM|isdir,cookie,old_name,
59 inotify_inode_queue_event(new_dir, IN_MOVED_TO|isdir, cookie, new_name,
63 inotify_inode_queue_event(target, IN_DELETE_SELF, 0, NULL, NULL);
68 inotify_inode_queue_event(source, IN_MOVE_SELF, 0, NULL, NULL);
89 inotify_inode_queue_event(inode, IN_DELETE_SELF, 0, NULL, NULL);
99 inotify_inode_queue_event(inode, IN_CREATE, 0, dentry->d_name.name,
110 inotify_inode_queue_event(inode, IN_CREATE | IN_ISDIR, 0,
128 inotify_inode_queue_event(inode, mask, 0, NULL, NULL);
144 inotify_inode_queue_event(inode, mask, 0, NULL, NULL);
159 inotify_inode_queue_event(inod
[all...]
H A Dinotify.h104 extern void inotify_inode_queue_event(struct inode *, __u32, __u32,
141 static inline void inotify_inode_queue_event(struct inode *inode, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/linux/
H A Dinotify.h69 extern void inotify_inode_queue_event(struct inode *, __u32, __u32,
79 static inline void inotify_inode_queue_event(struct inode *inode, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/linux/
H A Dinotify.h69 extern void inotify_inode_queue_event(struct inode *, __u32, __u32,
79 static inline void inotify_inode_queue_event(struct inode *inode, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/linux/
H A Dinotify.h69 extern void inotify_inode_queue_event(struct inode *, __u32, __u32,
79 static inline void inotify_inode_queue_event(struct inode *inode, function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/
H A Dinotify.c279 * inotify_inode_queue_event - queue an event to all watches on this inode
286 void inotify_inode_queue_event(struct inode *inode, u32 mask, u32 cookie, function
309 EXPORT_SYMBOL_GPL(inotify_inode_queue_event); variable
334 inotify_inode_queue_event(inode, mask, cookie, name,

Completed in 71 milliseconds