Motr
M0
|
#include "lib/types.h"
Go to the source code of this file.
Data Structures | |
struct | m0_bob_type |
Macros | |
#define | __MOTR_LIB_BOB_H__ |
#define | M0_BOB_DEFINE(scope, bob_type, type) |
#define | M0_BOB_DECLARE(scope, type) |
#define | bob_of(ptr, type, field, bt) |
Functions | |
M0_INTERNAL void | m0_bob_type_tlist_init (struct m0_bob_type *bt, const struct m0_tl_descr *td) |
M0_INTERNAL void | m0_bob_init (const struct m0_bob_type *bt, void *bob) |
M0_INTERNAL void | m0_bob_fini (const struct m0_bob_type *bt, void *bob) |
M0_INTERNAL bool | m0_bob_check (const struct m0_bob_type *bt, const void *bob) |
Variables | |
struct m0_bob_type | M0_XCA_DOMAIN |