Lines Matching refs:new_fsn_mark
262 struct fsnotify_mark *new_fsn_mark, *fsn_mark;
271 new_fsn_mark = NULL;
322 /* set up the new_fsn_mark and new_dn_mark */
323 new_fsn_mark = &new_dn_mark->fsn_mark;
324 fsnotify_init_mark(new_fsn_mark, dnotify_group);
325 new_fsn_mark->mask = mask;
331 /* add the new_fsn_mark or find an old one. */
337 error = fsnotify_add_inode_mark_locked(new_fsn_mark, inode, 0);
342 spin_lock(&new_fsn_mark->lock);
343 fsn_mark = new_fsn_mark;
345 /* we used new_fsn_mark, so don't free it */
346 new_fsn_mark = NULL;
391 if (new_fsn_mark)
392 fsnotify_put_mark(new_fsn_mark);