Home
last modified time | relevance | path

Searched refs:dn_next (Results 1 – 4 of 4) sorted by relevance

/linux/fs/notify/dnotify/
A Ddnotify.c56 for (dn = dn_mark->dn; dn != NULL; dn = dn->dn_next) in dnotify_recalc_inode_mask()
93 prev = &dn->dn_next; in dnotify_handle_event()
99 prev = &dn->dn_next; in dnotify_handle_event()
101 *prev = dn->dn_next; in dnotify_handle_event()
159 *prev = dn->dn_next; in dnotify_flush()
164 prev = &dn->dn_next; in dnotify_flush()
225 odn = odn->dn_next; in attach_dn()
232 dn->dn_next = dn_mark->dn; in attach_dn()
/linux/net/decnet/
A Ddn_route.c194 rtp = &rt->dn_next; in dn_dst_check_expire()
197 *rtp = rt->dn_next; in dn_dst_check_expire()
198 rt->dn_next = NULL; in dn_dst_check_expire()
228 rtp = &rt->dn_next; in dn_dst_gc()
231 *rtp = rt->dn_next; in dn_dst_gc()
232 rt->dn_next = NULL; in dn_dst_gc()
329 *rthp = rth->dn_next; in dn_insert_route()
330 rcu_assign_pointer(rth->dn_next, in dn_insert_route()
341 rthp = &rth->dn_next; in dn_insert_route()
1182 rt->dn_next = NULL; in dn_route_output_slow()
[all …]
/linux/include/linux/
A Ddnotify.h13 struct dnotify_struct * dn_next; member
/linux/include/net/
A Ddn_route.h64 struct dn_route __rcu *dn_next; member

Completed in 13 milliseconds