Searched refs:odn (Results 1 – 4 of 4) sorted by relevance
748 dnode_move_impl(dnode_t *odn, dnode_t *ndn) in dnode_move_impl() argument752 ASSERT(!RW_LOCK_HELD(&odn->dn_struct_rwlock)); in dnode_move_impl()753 ASSERT(MUTEX_NOT_HELD(&odn->dn_mtx)); in dnode_move_impl()754 ASSERT(MUTEX_NOT_HELD(&odn->dn_dbufs_mtx)); in dnode_move_impl()755 ASSERT(!RW_LOCK_HELD(&odn->dn_zfetch.zf_rwlock)); in dnode_move_impl()758 ndn->dn_objset = odn->dn_objset; in dnode_move_impl()759 ndn->dn_object = odn->dn_object; in dnode_move_impl()760 ndn->dn_dbuf = odn->dn_dbuf; in dnode_move_impl()761 ndn->dn_handle = odn->dn_handle; in dnode_move_impl()762 ndn->dn_phys = odn->dn_phys; in dnode_move_impl()[all …]
822 char **dn = 0, **odn = 0; in mapToLDAP() local857 odn = am(myself, (firstOnly ? 1 : nq) * maxMatches * sizeof (odn[0])); in mapToLDAP()860 if (dn == 0 || odn == 0 || rv == 0 || tpa == 0) { in mapToLDAP()863 sfree(odn); in mapToLDAP()976 odn[idx+n] = odnt; in mapToLDAP()1024 if (odn[i] == 0 || (r = ldapChangeDN(odn[i], dn[i])) == in mapToLDAP()1061 sfree(odn); in mapToLDAP()
783 __nis_object_dn_t *odn = mapping.tm->objectDN; in configure() local791 while (odn != 0 && (!mapping.fromLDAP || !mapping.toLDAP)) { in configure()792 if (odn->read.scope != LDAP_SCOPE_UNKNOWN) in configure()794 if (odn->write.scope != LDAP_SCOPE_UNKNOWN) in configure()796 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()