|
Motr
M0
|
#include <stdio.h>#include <stdlib.h>#include <math.h>#include "lib/misc.h"#include "lib/memory.h"#include "lib/assert.h"#include "lib/arith.h"#include "lib/errno.h"#include "motr/init.h"#include "module/instance.h"#include "pool/pool.h"#include "ioservice/fid_convert.h"#include "layout/layout.h"#include "layout/pdclust.h"#include "layout/linear_enum.h"
Go to the source code of this file.
Functions | |
| static int | dummy_create (struct m0_layout_domain *domain, uint64_t lid, struct m0_pdclust_attr *attr, struct m0_pdclust_layout **pl) |
| enum m0_pdclust_unit_type | classify (const struct m0_pdclust_layout *play, int unit) |
| void | layout_demo (struct m0_pdclust_instance *pi, struct m0_pdclust_layout *pl, int R, int I, bool print) |
| int | main (int argc, char **argv) |