Lines Matching refs:fsn_mark
80 fsn_mark);
137 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group)
139 inotify_ignored_and_remove_idr(fsn_mark, group);
151 struct fsnotify_mark *fsn_mark;
159 fsn_mark = p;
160 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);
162 WARN(1, "inotify closing but id=%d for fsn_mark=%p in group=%p still in "
171 if (fsn_mark)
172 printk(KERN_WARNING "fsn_mark->group=%p wd=%d\n",
173 fsn_mark->group, i_mark->wd);
192 static void inotify_free_mark(struct fsnotify_mark *fsn_mark)
196 i_mark = container_of(fsn_mark, struct inotify_inode_mark, fsn_mark);