Home
last modified time | relevance | path

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

/fs/notify/inotify/
Dinotify_user.c347 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()
[all …]
Dinotify_fsnotify.c72 struct inotify_inode_mark *i_mark; in inotify_handle_event()
96 i_mark = container_of(inode_mark, struct inotify_inode_mark, in inotify_handle_event()
138 struct inotify_inode_mark *i_mark; in idr_callback()
146 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark); in idr_callback()
Dinotify.h13 struct inotify_inode_mark { struct
/fs/notify/
Dfdinfo.c76 struct inotify_inode_mark *inode_mark; in inotify_fdinfo()
83 inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark); in inotify_fdinfo()