Lines Matching refs:inotify_inode_mark
360 struct inotify_inode_mark *i_mark) in inotify_add_to_idr()
379 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
384 struct inotify_inode_mark *i_mark; in inotify_idr_find_locked()
400 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
403 struct inotify_inode_mark *i_mark; in inotify_idr_find()
418 struct inotify_inode_mark *i_mark) in inotify_remove_from_idr()
422 struct inotify_inode_mark *found_i_mark = NULL; in inotify_remove_from_idr()
488 struct inotify_inode_mark *i_mark; in inotify_ignored_and_remove_idr()
498 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_ignored_and_remove_idr()
510 struct inotify_inode_mark *i_mark; in inotify_update_existing_watch()
527 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_update_existing_watch()
564 struct inotify_inode_mark *tmp_i_mark; in inotify_new_watch()
767 struct inotify_inode_mark *i_mark; in SYSCALL_DEFINE2()
825 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, in inotify_user_setup()