Lines Matching defs:otheru
1478 struct unix_sock *u = unix_sk(sk), *newu, *otheru;
1607 otheru = unix_sk(other);
1611 * The contents of *(otheru->addr) and otheru->path
1613 * otheru in hash under its lock. Insertion into the
1616 * the same one where we'd set *(otheru->addr) contents,
1617 * as well as otheru->path and otheru->addr itself.
1626 if (otheru->path.dentry) {
1627 path_get(&otheru->path);
1628 newu->path = otheru->path;
1630 refcount_inc(&otheru->addr->refcnt);
1631 smp_store_release(&newu->addr, otheru->addr);