Searched refs:inode_mark (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/notify/inotify/ |
D | inotify_fsnotify.c | 64 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in inotify_handle_event() local 75 if ((inode_mark->mask & FS_EXCL_UNLINK) && in inotify_handle_event() 90 i_mark = container_of(inode_mark, struct inotify_inode_mark, in inotify_handle_event() 135 if (inode_mark->mask & IN_ONESHOT) in inotify_handle_event() 136 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_event()
|
/Linux-v5.4/fs/notify/dnotify/ |
D | dnotify.c | 79 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in dnotify_handle_event() local 93 dn_mark = container_of(inode_mark, struct dnotify_mark, fsn_mark); in dnotify_handle_event() 95 spin_lock(&inode_mark->lock); in dnotify_handle_event() 109 dnotify_recalc_inode_mask(inode_mark); in dnotify_handle_event() 113 spin_unlock(&inode_mark->lock); in dnotify_handle_event()
|
/Linux-v5.4/fs/notify/ |
D | fdinfo.c | 78 struct inotify_inode_mark *inode_mark; in inotify_fdinfo() local 84 inode_mark = container_of(mark, struct inotify_inode_mark, fsn_mark); in inotify_fdinfo() 95 inode_mark->wd, inode->i_ino, inode->i_sb->s_dev, in inotify_fdinfo()
|
/Linux-v5.4/kernel/ |
D | audit_fsnotify.c | 161 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in audit_mark_handle_event() local 165 audit_mark = container_of(inode_mark, struct audit_fsnotify_mark, mark); in audit_mark_handle_event()
|
D | audit_watch.c | 475 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in audit_watch_handle_event() local 479 parent = container_of(inode_mark, struct audit_parent, mark); in audit_watch_handle_event()
|