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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/
H A Dfsnotify.c143 static int send_to_group(struct inode *to_tell, struct vfsmount *mnt, argument
188 pr_debug("%s: group=%p to_tell=%p mnt=%p mask=%x inode_mark=%p"
191 __func__, group, to_tell, mnt, mask, inode_mark,
198 if (group->ops->should_send_event(group, to_tell, inode_mark,
204 *event = fsnotify_create_event(to_tell, mask, data,
219 int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, argument
242 !(test_mask & to_tell->i_fsnotify_mask) &&
249 (test_mask & to_tell->i_fsnotify_mask))
250 inode_node = srcu_dereference(to_tell->i_fsnotify_marks.first,
257 inode_node = srcu_dereference(to_tell
[all...]
H A Dnotification.c389 * @to_tell the inode which is supposed to receive the event (sometimes a
396 struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask, void *data, argument
406 pr_debug("%s: event=%p to_tell=%p mask=%x data=%p data_type=%d\n",
407 __func__, event, to_tell, mask, data, data_type);
422 event->to_tell = to_tell;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/fanotify/
H A Dfanotify.c16 if (old->to_tell == new->to_tell &&
157 struct inode *to_tell,
164 pr_debug("%s: group=%p to_tell=%p inode_mark=%p vfsmnt_mark=%p "
165 "mask=%x data=%p data_type=%d\n", __func__, group, to_tell,
169 if (!S_ISREG(to_tell->i_mode) &&
170 !S_ISDIR(to_tell->i_mode))
156 fanotify_should_send_event(struct fsnotify_group *group, struct inode *to_tell, struct fsnotify_mark *inode_mark, struct fsnotify_mark *vfsmnt_mark, __u32 event_mask, void *data, int data_type) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_fsnotify.c43 (old->to_tell == new->to_tell) &&
98 struct inode *to_tell; local
106 pr_debug("%s: group=%p event=%p to_tell=%p mask=%x\n", __func__, group,
107 event, event->to_tell, event->mask);
109 to_tell = event->to_tell;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfsnotify_backend.h204 /* to_tell may ONLY be dereferenced during handle_event(). */
205 struct inode *to_tell; /* either the inode the event happened to or its parent */ member in struct:fsnotify_event
295 extern int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is,
408 extern struct fsnotify_event *fsnotify_create_event(struct inode *to_tell, __u32 mask,
420 static inline int fsnotify(struct inode *to_tell, __u32 mask, void *data, int data_is, argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/dnotify/
H A Ddnotify.c91 struct inode *to_tell; local
99 to_tell = event->to_tell;

Completed in 58 milliseconds