Searched refs:odn (Results 1 – 1 of 1) sorted by relevance
231 struct dnotify_struct *odn; in attach_dn() local233 odn = dn_mark->dn; in attach_dn()234 while (odn != NULL) { in attach_dn()236 if ((odn->dn_owner == id) && (odn->dn_filp == filp)) { in attach_dn()237 odn->dn_fd = fd; in attach_dn()238 odn->dn_mask |= mask; in attach_dn()241 odn = odn->dn_next; in attach_dn()
Completed in 4 milliseconds