Searched refs:odn (Results 1 – 1 of 1) sorted by relevance
215 struct dnotify_struct *odn; in attach_dn() local217 odn = dn_mark->dn; in attach_dn()218 while (odn != NULL) { in attach_dn()220 if ((odn->dn_owner == id) && (odn->dn_filp == filp)) { in attach_dn()221 odn->dn_fd = fd; in attach_dn()222 odn->dn_mask |= mask; in attach_dn()225 odn = odn->dn_next; in attach_dn()