Motr  M0
udb.c File Reference
#include "udb.h"
Include dependency graph for udb.c:

Go to the source code of this file.

Functions

M0_INTERNAL int m0_udb_ctxt_init (struct m0_udb_ctxt *ctxt)
 
M0_INTERNAL void m0_udb_ctxt_fini (struct m0_udb_ctxt *ctxt)
 
M0_INTERNAL int m0_udb_add (struct m0_udb_ctxt *ctxt, const struct m0_udb_domain *edomain, const struct m0_udb_cred *external, const struct m0_udb_cred *internal)
 
M0_INTERNAL int m0_udb_del (struct m0_udb_ctxt *ctxt, const struct m0_udb_domain *edomain, const struct m0_udb_cred *external, const struct m0_udb_cred *internal)
 
M0_INTERNAL int m0_udb_e2i (struct m0_udb_ctxt *ctxt, const struct m0_udb_cred *external, struct m0_udb_cred *internal)
 
M0_INTERNAL int m0_udb_i2e (struct m0_udb_ctxt *ctxt, const struct m0_udb_cred *internal, struct m0_udb_cred *external)