Home
last modified time | relevance | path

Searched refs:odn (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddnode.c703 dnode_move_impl(dnode_t *odn, dnode_t *ndn) in dnode_move_impl() argument
707 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 …]
/titanic_41/usr/src/lib/libnisdb/
H A Ddb_table.cc780 __nis_object_dn_t *odn = mapping.tm->objectDN; in configure() local
788 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()
H A Dldap_map.c823 char **dn = 0, **odn = 0; in mapToLDAP() local
858 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()
H A Dldap_ruleval.c1039 char *dn, *odn; in mergeRuleValueWithSameDN() local
1049 if ((odn = findVal("dn", &rvq[j], in mergeRuleValueWithSameDN()
1052 if (strcmp(dn, odn) != 0) in mergeRuleValueWithSameDN()