Searched refs:odn (Results 1 – 4 of 4) sorted by relevance
704 dnode_move_impl(dnode_t *odn, dnode_t *ndn) in dnode_move_impl() argument708 ASSERT(!RW_LOCK_HELD(&odn->dn_struct_rwlock)); in dnode_move_impl()709 ASSERT(MUTEX_NOT_HELD(&odn->dn_mtx)); in dnode_move_impl()710 ASSERT(MUTEX_NOT_HELD(&odn->dn_dbufs_mtx)); in dnode_move_impl()711 ASSERT(!RW_LOCK_HELD(&odn->dn_zfetch.zf_rwlock)); in dnode_move_impl()714 ndn->dn_objset = odn->dn_objset; in dnode_move_impl()715 ndn->dn_object = odn->dn_object; in dnode_move_impl()716 ndn->dn_dbuf = odn->dn_dbuf; in dnode_move_impl()717 ndn->dn_handle = odn->dn_handle; in dnode_move_impl()718 ndn->dn_phys = odn->dn_phys; in dnode_move_impl()[all …]
824 char **dn = 0, **odn = 0; in mapToLDAP() local859 odn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (odn[0])); in mapToLDAP()862 if (dn == 0 || odn == 0 || rv == 0 || tpa == 0) { in mapToLDAP()865 sfree(odn); in mapToLDAP()978 odn[idx+n] = odnt; in mapToLDAP()1026 if (odn[i] == 0 || (r = ldapChangeDN(odn[i], dn[i])) == in mapToLDAP()1063 sfree(odn); in mapToLDAP()
782 __nis_object_dn_t *odn = mapping.tm->objectDN; in configure() local790 while (odn != 0 && (!mapping.fromLDAP || !mapping.toLDAP)) { in configure()791 if (odn->read.scope != LDAP_SCOPE_UNKNOWN) in configure()793 if (odn->write.scope != LDAP_SCOPE_UNKNOWN) in configure()795 odn = (__nis_object_dn_t *)odn->next; in configure()
1033 char *dn, *odn; in mergeRuleValueWithSameDN() local1043 if ((odn = findVal("dn", &rvq[j], in mergeRuleValueWithSameDN()1046 if (strcmp(dn, odn) != 0) in mergeRuleValueWithSameDN()