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

/linux-master/include/linux/
H A Ddnotify.h13 struct dnotify_struct * dn_next; member in struct:dnotify_struct
/linux-master/fs/notify/dnotify/
H A Ddnotify.c73 for (dn = dn_mark->dn; dn != NULL; dn = dn->dn_next)
110 prev = &dn->dn_next;
116 prev = &dn->dn_next;
118 *prev = dn->dn_next;
176 *prev = dn->dn_next;
181 prev = &dn->dn_next;
242 odn = odn->dn_next;
249 dn->dn_next = dn_mark->dn;

Completed in 109 milliseconds