Lines Matching defs:new_fsn_mark
264 struct fsnotify_mark *new_fsn_mark, *fsn_mark;
273 new_fsn_mark = NULL;
320 /* set up the new_fsn_mark and new_dn_mark */
321 new_fsn_mark = &new_dn_mark->fsn_mark;
322 fsnotify_init_mark(new_fsn_mark, dnotify_group);
323 new_fsn_mark->mask = mask;
329 /* add the new_fsn_mark or find an old one. */
335 error = fsnotify_add_inode_mark_locked(new_fsn_mark, inode, 0);
340 spin_lock(&new_fsn_mark->lock);
341 fsn_mark = new_fsn_mark;
343 /* we used new_fsn_mark, so don't free it */
344 new_fsn_mark = NULL;
391 if (new_fsn_mark)
392 fsnotify_put_mark(new_fsn_mark);