Lines Matching refs:inotify_inode_mark
358 struct inotify_inode_mark *i_mark) in inotify_add_to_idr()
377 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
382 struct inotify_inode_mark *i_mark; in inotify_idr_find_locked()
398 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
401 struct inotify_inode_mark *i_mark; in inotify_idr_find()
416 struct inotify_inode_mark *i_mark) in inotify_remove_from_idr()
420 struct inotify_inode_mark *found_i_mark = NULL; in inotify_remove_from_idr()
486 struct inotify_inode_mark *i_mark; in inotify_ignored_and_remove_idr()
496 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_ignored_and_remove_idr()
508 struct inotify_inode_mark *i_mark; in inotify_update_existing_watch()
525 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_update_existing_watch()
562 struct inotify_inode_mark *tmp_i_mark; in inotify_new_watch()
765 struct inotify_inode_mark *i_mark; in SYSCALL_DEFINE2()
825 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, in inotify_user_setup()