Searched refs:new_fsn_mark (Results 1 – 1 of 1) sorted by relevance
263 struct fsnotify_mark *new_fsn_mark, *fsn_mark; in fcntl_dirnotify() local272 new_fsn_mark = NULL; in fcntl_dirnotify()324 new_fsn_mark = &new_dn_mark->fsn_mark; in fcntl_dirnotify()325 fsnotify_init_mark(new_fsn_mark, dnotify_group); in fcntl_dirnotify()326 new_fsn_mark->mask = mask; in fcntl_dirnotify()338 error = fsnotify_add_inode_mark_locked(new_fsn_mark, inode, 0); in fcntl_dirnotify()343 spin_lock(&new_fsn_mark->lock); in fcntl_dirnotify()344 fsn_mark = new_fsn_mark; in fcntl_dirnotify()347 new_fsn_mark = NULL; in fcntl_dirnotify()394 if (new_fsn_mark) in fcntl_dirnotify()[all …]