Lines Matching defs:otheru
1254 struct unix_sock *u = unix_sk(sk), *newu, *otheru;
1377 otheru = unix_sk(other);
1381 * The contents of *(otheru->addr) and otheru->path
1383 * otheru in hash under unix_table_lock. Insertion
1386 * the same one where we'd set *(otheru->addr) contents,
1387 * as well as otheru->path and otheru->addr itself.
1396 if (otheru->path.dentry) {
1397 path_get(&otheru->path);
1398 newu->path = otheru->path;
1400 refcount_inc(&otheru->addr->refcnt);
1401 smp_store_release(&newu->addr, otheru->addr);