Home
last modified time | relevance | path

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

/linux-4.4.14/fs/notify/dnotify/
Ddnotify.c65 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()
174 *prev = dn->dn_next; in dnotify_flush()
179 prev = &dn->dn_next; in dnotify_flush()
240 odn = odn->dn_next; in attach_dn()
247 dn->dn_next = dn_mark->dn; in attach_dn()
/linux-4.4.14/net/decnet/
Ddn_route.c213 rtp = &rt->dst.dn_next; in dn_dst_check_expire()
216 *rtp = rt->dst.dn_next; in dn_dst_check_expire()
217 rt->dst.dn_next = NULL; in dn_dst_check_expire()
246 rtp = &rt->dst.dn_next; in dn_dst_gc()
249 *rtp = rt->dst.dn_next; in dn_dst_gc()
250 rt->dst.dn_next = NULL; in dn_dst_gc()
345 *rthp = rth->dst.dn_next; in dn_insert_route()
346 rcu_assign_pointer(rth->dst.dn_next, in dn_insert_route()
357 rthp = &rth->dst.dn_next; in dn_insert_route()
360 rcu_assign_pointer(rt->dst.dn_next, dn_rt_hash_table[hash].chain); in dn_insert_route()
[all …]
/linux-4.4.14/include/linux/
Ddnotify.h12 struct dnotify_struct * dn_next; member
/linux-4.4.14/include/net/
Ddst.h109 struct dn_route __rcu *dn_next; member