Lines Matching refs:fsn_mark
81 fsn_mark);
138 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group)
140 inotify_ignored_and_remove_idr(fsn_mark, group);
152 struct fsnotify_mark *fsn_mark;
160 fsn_mark = p;
161 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
163 WARN(1, "inotify closing but id=%d for fsn_mark=%p in group=%p still in "
172 if (fsn_mark)
173 printk(KERN_WARNING "fsn_mark->group=%p wd=%d\n",
174 fsn_mark->group, i_mark->wd);
194 static void inotify_free_mark(struct fsnotify_mark *fsn_mark)
198 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);