Searched refs:dn_next (Results 1 – 2 of 2) sorted by relevance
73 for (dn = dn_mark->dn; dn != NULL; dn = dn->dn_next) in dnotify_recalc_inode_mask()110 prev = &dn->dn_next; in dnotify_handle_event()116 prev = &dn->dn_next; in dnotify_handle_event()118 *prev = dn->dn_next; in dnotify_handle_event()176 *prev = dn->dn_next; in dnotify_flush()181 prev = &dn->dn_next; in dnotify_flush()242 odn = odn->dn_next; in attach_dn()249 dn->dn_next = dn_mark->dn; in attach_dn()
13 struct dnotify_struct * dn_next; member