Home
last modified time | relevance | path

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

/Linux-v6.6/fs/notify/dnotify/
Ddnotify.c74 for (dn = dn_mark->dn; dn != NULL; dn = dn->dn_next) in dnotify_recalc_inode_mask()
111 prev = &dn->dn_next; in dnotify_handle_event()
117 prev = &dn->dn_next; in dnotify_handle_event()
119 *prev = dn->dn_next; in dnotify_handle_event()
177 *prev = dn->dn_next; in dnotify_flush()
182 prev = &dn->dn_next; in dnotify_flush()
243 odn = odn->dn_next; in attach_dn()
250 dn->dn_next = dn_mark->dn; in attach_dn()
/Linux-v6.6/include/linux/
Ddnotify.h13 struct dnotify_struct * dn_next; member