Home
last modified time | relevance | path

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

/Linux-v5.4/fs/notify/inotify/
Dinotify_fsnotify.c65 struct inotify_inode_mark *i_mark; in inotify_handle_event()
90 i_mark = container_of(inode_mark, struct inotify_inode_mark, in inotify_handle_event()
156 struct inotify_inode_mark *i_mark; in idr_callback()
164 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in idr_callback()
198 struct inotify_inode_mark *i_mark; in inotify_free_mark()
200 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in inotify_free_mark()
Dinotify_user.c358 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()
[all …]
Dinotify.h15 struct inotify_inode_mark { struct
/Linux-v5.4/fs/notify/
Dfdinfo.c78 struct inotify_inode_mark *inode_mark; in inotify_fdinfo()
84 inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark); in inotify_fdinfo()