Searched refs:dn_next (Results 1 – 2 of 2) sorted by relevance
72 for (dn = dn_mark->dn; dn != NULL; dn = dn->dn_next) in dnotify_recalc_inode_mask()109 prev = &dn->dn_next; in dnotify_handle_event()115 prev = &dn->dn_next; in dnotify_handle_event()117 *prev = dn->dn_next; in dnotify_handle_event()175 *prev = dn->dn_next; in dnotify_flush()180 prev = &dn->dn_next; in dnotify_flush()241 odn = odn->dn_next; in attach_dn()248 dn->dn_next = dn_mark->dn; in attach_dn()
13 struct dnotify_struct * dn_next; member