Searched refs:new_fsn_mark (Results 1 – 1 of 1) sorted by relevance
261 struct fsnotify_mark *new_fsn_mark, *fsn_mark; in fcntl_dirnotify() local270 new_fsn_mark = NULL; in fcntl_dirnotify()310 new_fsn_mark = &new_dn_mark->fsn_mark; in fcntl_dirnotify()311 fsnotify_init_mark(new_fsn_mark, dnotify_free_mark); in fcntl_dirnotify()312 new_fsn_mark->mask = mask; in fcntl_dirnotify()324 fsnotify_add_mark_locked(new_fsn_mark, dnotify_group, inode, in fcntl_dirnotify()326 spin_lock(&new_fsn_mark->lock); in fcntl_dirnotify()327 fsn_mark = new_fsn_mark; in fcntl_dirnotify()330 new_fsn_mark = NULL; in fcntl_dirnotify()376 if (new_fsn_mark) in fcntl_dirnotify()[all …]