Searched refs:odn (Results 1 – 4 of 4) sorted by relevance
703 dnode_move_impl(dnode_t *odn, dnode_t *ndn) in dnode_move_impl() argument707 ASSERT(!RW_LOCK_HELD(&odn->dn_struct_rwlock)); in dnode_move_impl()708 ASSERT(MUTEX_NOT_HELD(&odn->dn_mtx)); in dnode_move_impl()709 ASSERT(MUTEX_NOT_HELD(&odn->dn_dbufs_mtx)); in dnode_move_impl()710 ASSERT(!RW_LOCK_HELD(&odn->dn_zfetch.zf_rwlock)); in dnode_move_impl()713 ndn->dn_objset = odn->dn_objset; in dnode_move_impl()714 ndn->dn_object = odn->dn_object; in dnode_move_impl()715 ndn->dn_dbuf = odn->dn_dbuf; in dnode_move_impl()716 ndn->dn_handle = odn->dn_handle; in dnode_move_impl()717 ndn->dn_phys = odn->dn_phys; in dnode_move_impl()[all …]
780 __nis_object_dn_t *odn = mapping.tm->objectDN; in configure() local788 while (odn != 0 && (!mapping.fromLDAP || !mapping.toLDAP)) { in configure()789 if (odn->read.scope != LDAP_SCOPE_UNKNOWN) in configure()791 if (odn->write.scope != LDAP_SCOPE_UNKNOWN) in configure()793 odn = (__nis_object_dn_t *)odn->next; in configure()
823 char **dn = 0, **odn = 0; in mapToLDAP() local858 odn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (odn[0])); in mapToLDAP()861 if (dn == 0 || odn == 0 || rv == 0 || tpa == 0) { in mapToLDAP()864 sfree(odn); in mapToLDAP()977 odn[idx+n] = odnt; in mapToLDAP()1025 if (odn[i] == 0 || (r = ldapChangeDN(odn[i], dn[i])) == in mapToLDAP()1062 sfree(odn); in mapToLDAP()
1039 char *dn, *odn; in mergeRuleValueWithSameDN() local1049 if ((odn = findVal("dn", &rvq[j], in mergeRuleValueWithSameDN()1052 if (strcmp(dn, odn) != 0) in mergeRuleValueWithSameDN()