Home
last modified time | relevance | path

Searched refs:inode_mark (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/fs/notify/inotify/
Dinotify_fsnotify.c73 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in inotify_handle_event() local
84 if ((inode_mark->mask & FS_EXCL_UNLINK) && in inotify_handle_event()
99 i_mark = container_of(inode_mark, struct inotify_inode_mark, in inotify_handle_event()
130 if (inode_mark->mask & IN_ONESHOT) in inotify_handle_event()
131 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_event()
/Linux-v4.19/fs/notify/dnotify/
Ddnotify.c87 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in dnotify_handle_event() local
101 dn_mark = container_of(inode_mark, struct dnotify_mark, fsn_mark); in dnotify_handle_event()
103 spin_lock(&inode_mark->lock); in dnotify_handle_event()
117 dnotify_recalc_inode_mask(inode_mark); in dnotify_handle_event()
121 spin_unlock(&inode_mark->lock); in dnotify_handle_event()
/Linux-v4.19/fs/notify/
Dfdinfo.c77 struct inotify_inode_mark *inode_mark; in inotify_fdinfo() local
83 inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark); in inotify_fdinfo()
94 inode_mark->wd, inode->i_ino, inode->i_sb->s_dev, in inotify_fdinfo()
/Linux-v4.19/kernel/
Daudit_fsnotify.c172 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in audit_mark_handle_event() local
176 audit_mark = container_of(inode_mark, struct audit_fsnotify_mark, mark); in audit_mark_handle_event()
Daudit_watch.c490 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in audit_watch_handle_event() local
494 parent = container_of(inode_mark, struct audit_parent, mark); in audit_watch_handle_event()