Searched refs:odn (Results 1 – 1 of 1) sorted by relevance
230 struct dnotify_struct *odn; in attach_dn() local232 odn = dn_mark->dn; in attach_dn()233 while (odn != NULL) { in attach_dn()235 if ((odn->dn_owner == id) && (odn->dn_filp == filp)) { in attach_dn()236 odn->dn_fd = fd; in attach_dn()237 odn->dn_mask |= mask; in attach_dn()240 odn = odn->dn_next; in attach_dn()