Lines Matching refs:inotify_inode_mark
347 struct inotify_inode_mark *i_mark) in inotify_add_to_idr()
366 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
371 struct inotify_inode_mark *i_mark; in inotify_idr_find_locked()
387 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
390 struct inotify_inode_mark *i_mark; in inotify_idr_find()
401 struct inotify_inode_mark *i_mark) in do_inotify_remove_from_idr()
420 struct inotify_inode_mark *i_mark) in inotify_remove_from_idr()
423 struct inotify_inode_mark *found_i_mark = NULL; in inotify_remove_from_idr()
493 struct inotify_inode_mark *i_mark; in inotify_ignored_and_remove_idr()
499 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_ignored_and_remove_idr()
509 struct inotify_inode_mark *i_mark; in inotify_free_mark()
511 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_free_mark()
521 struct inotify_inode_mark *i_mark; in inotify_update_existing_watch()
533 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_update_existing_watch()
571 struct inotify_inode_mark *tmp_i_mark; in inotify_new_watch()
770 struct inotify_inode_mark *i_mark; in SYSCALL_DEFINE2()
830 inotify_inode_mark_cachep = KMEM_CACHE(inotify_inode_mark, SLAB_PANIC); in inotify_user_setup()