Searched refs:new_dn_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.c273 struct dnotify_mark *new_dn_mark, *dn_mark; local
313 new_dn_mark = kmem_cache_alloc(dnotify_mark_cache, GFP_KERNEL);
314 if (!new_dn_mark) {
322 /* set up the new_fsn_mark and new_dn_mark */
323 new_fsn_mark = &new_dn_mark->fsn_mark;
326 new_dn_mark->dn = NULL;
340 dn_mark = new_dn_mark;
361 if (dn_mark == new_dn_mark)
369 if (dn_mark == new_dn_mark)

Completed in 51 milliseconds