Home
last modified time | relevance | path

Searched refs:new_fsn_mark (Results 1 – 1 of 1) sorted by relevance

/fs/notify/dnotify/
Ddnotify.c274 struct fsnotify_mark *new_fsn_mark, *fsn_mark; in fcntl_dirnotify() local
283 new_fsn_mark = NULL; in fcntl_dirnotify()
323 new_fsn_mark = &new_dn_mark->fsn_mark; in fcntl_dirnotify()
324 fsnotify_init_mark(new_fsn_mark, dnotify_free_mark); in fcntl_dirnotify()
325 new_fsn_mark->mask = mask; in fcntl_dirnotify()
337 fsnotify_add_mark(new_fsn_mark, dnotify_group, inode, NULL, 0); in fcntl_dirnotify()
338 spin_lock(&new_fsn_mark->lock); in fcntl_dirnotify()
339 fsn_mark = new_fsn_mark; in fcntl_dirnotify()
342 new_fsn_mark = NULL; in fcntl_dirnotify()
393 if (new_fsn_mark) in fcntl_dirnotify()
[all …]