|
Motr
M0
|
#include "lib/trace.h"#include "lib/assert.h"#include "lib/misc.h"#include "lib/memory.h"#include "lib/errno.h"#include "lib/string.h"#include "conf/confd.h"#include "conf/confd_stob.h"#include "fol/fol.h"#include "stob/domain.h"#include "stob/io.h"#include "stob/stob.h"#include <sys/stat.h>
Go to the source code of this file.
Macros | |
| #define | M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_CONF |
Enumerations | |
| enum | { M0_CONFD_STOB_DOMAIN_KEY = 0x33C0FDD077 } |
Functions | |
| int | m0_confd_stob_init (struct m0_stob **stob, const char *location, struct m0_fid *confd_fid) |
| void | m0_confd_stob_fini (struct m0_stob *stob) |
| static m0_bcount_t | confd_stob_length (struct m0_stob *stob) |
| int | m0_confd_stob_read (struct m0_stob *stob, char **str) |
| int | m0_confd_stob_bufvec_write (struct m0_stob *stob, struct m0_bufvec *bufvec) |
| int | m0_confd_stob_write (struct m0_stob *stob, char *str) |
| M0_INTERNAL int | m0_conf_stob_location_generate (struct m0_fom *fom, char **location) |
| #define M0_TRACE_SUBSYSTEM M0_TRACE_SUBSYS_CONF |
Definition at line 22 of file confd_stob.c.