Home
last modified time | relevance | path

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

/linux-4.19.296/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()
134 if (inode_mark->mask & IN_ONESHOT) in inotify_handle_event()
135 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_event()
/linux-4.19.296/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-4.19.296/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()
87 inode_mark->wd, inode->i_ino, inode->i_sb->s_dev, in inotify_fdinfo()