Lines Matching defs:new_fsn_mark
246 struct fsnotify_mark *new_fsn_mark, *fsn_mark;
255 new_fsn_mark = NULL;
302 /* set up the new_fsn_mark and new_dn_mark */
303 new_fsn_mark = &new_dn_mark->fsn_mark;
304 fsnotify_init_mark(new_fsn_mark, dnotify_group);
305 new_fsn_mark->mask = mask;
311 /* add the new_fsn_mark or find an old one. */
317 error = fsnotify_add_inode_mark_locked(new_fsn_mark, inode, 0);
322 spin_lock(&new_fsn_mark->lock);
323 fsn_mark = new_fsn_mark;
325 /* we used new_fsn_mark, so don't free it */
326 new_fsn_mark = NULL;
373 if (new_fsn_mark)
374 fsnotify_put_mark(new_fsn_mark);