Searched refs:i_mark (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/inotify/
H A Dinotify_user.c369 struct inotify_inode_mark *i_mark)
378 ret = idr_get_new_above(idr, i_mark, *last_wd + 1,
379 &i_mark->wd);
382 *last_wd = i_mark->wd;
383 fsnotify_get_mark(&i_mark->fsn_mark);
396 struct inotify_inode_mark *i_mark; local
400 i_mark = idr_find(idr, wd);
401 if (i_mark) {
402 struct fsnotify_mark *fsn_mark = &i_mark->fsn_mark;
409 return i_mark;
367 inotify_add_to_idr(struct idr *idr, spinlock_t *idr_lock, int *last_wd, struct inotify_inode_mark *i_mark) argument
415 struct inotify_inode_mark *i_mark; local
425 do_inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) argument
444 inotify_remove_from_idr(struct fsnotify_group *group, struct inotify_inode_mark *i_mark) argument
518 struct inotify_inode_mark *i_mark; local
564 struct inotify_inode_mark *i_mark; local
576 struct inotify_inode_mark *i_mark; local
810 struct inotify_inode_mark *i_mark; local
[all...]
H A Dinotify_fsnotify.c97 struct inotify_inode_mark *i_mark; local
111 i_mark = container_of(inode_mark, struct inotify_inode_mark,
113 wd = i_mark->wd;
170 struct inotify_inode_mark *i_mark; local
178 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
191 fsn_mark->group, fsn_mark->i.inode, i_mark->wd);

Completed in 82 milliseconds