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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/notify/dnotify/
H A Ddnotify.c274 struct fsnotify_mark *new_fsn_mark, *fsn_mark; local
283 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_free_mark);
325 new_fsn_mark->mask = mask;
331 /* add the new_fsn_mark or find an old one. */
337 fsnotify_add_mark(new_fsn_mark, dnotify_group, inode, NULL, 0);
338 spin_lock(&new_fsn_mark->lock);
339 fsn_mark = new_fsn_mark;
[all...]

Completed in 64 milliseconds