Searched refs:tmp_i_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/inotify/
H A Dinotify_user.c629 struct inotify_inode_mark *tmp_i_mark; local
640 tmp_i_mark = kmem_cache_alloc(inotify_inode_mark_cachep, GFP_KERNEL);
641 if (unlikely(!tmp_i_mark))
644 fsnotify_init_mark(&tmp_i_mark->fsn_mark, inotify_free_mark);
645 tmp_i_mark->fsn_mark.mask = mask;
646 tmp_i_mark->wd = -1;
653 tmp_i_mark);
658 ret = fsnotify_add_mark(&tmp_i_mark->fsn_mark, group, inode, NULL, 0);
661 inotify_remove_from_idr(group, tmp_i_mark);
669 ret = tmp_i_mark
[all...]

Completed in 106 milliseconds