Home
last modified time | relevance | path

Searched refs:inotify_inode_mark (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/notify/inotify/
Dinotify_fsnotify.c74 struct inotify_inode_mark *i_mark; in inotify_handle_event()
99 i_mark = container_of(inode_mark, struct inotify_inode_mark, in inotify_handle_event()
155 struct inotify_inode_mark *i_mark; in idr_callback()
163 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in idr_callback()
197 struct inotify_inode_mark *i_mark; in inotify_free_mark()
199 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_free_mark()
Dinotify_user.c360 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()
[all …]
Dinotify.h14 struct inotify_inode_mark { struct
/linux-4.19.296/fs/notify/
Dfdinfo.c77 struct inotify_inode_mark *inode_mark; in inotify_fdinfo()
83 inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark); in inotify_fdinfo()