Searched refs:inode_mark (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/fs/notify/inotify/ |
D | inotify_fsnotify.c | 73 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/ |
D | dnotify.c | 87 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/ |
D | fdinfo.c | 77 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/ |
D | audit_fsnotify.c | 172 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()
|
D | audit_watch.c | 490 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()
|