#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include "lib/ub.h"
#include "lib/memory.h"
#include "lib/errno.h"
#include "lib/misc.h"
#include "lib/bitstring.h"
#include "lib/processor.h"
#include "fop/fop.h"
#include "cob/cob.h"
#include "reqh/reqh.h"
#include "mdstore/mdstore.h"
#include "net/net.h"
#include "ut/ut.h"
#include "ut/be.h"
#include "ut/stob.h"
#include "be/ut/helper.h"
#include "mdservice/fsync_foms.c"
#include "mdservice/ut/mdstore.h"
#include "mdservice/ut/lustre.h"
Go to the source code of this file.
◆ anonymous enum
◆ fom_create()
◆ fom_fini()
static void fom_fini |
( |
struct m0_fom * |
fom | ) |
|
|
static |
◆ m0_md_lustre_fop_alloc()
◆ test_fini()
static void test_fini |
( |
void |
| ) |
|
|
static |
◆ test_init()
static void test_init |
( |
void |
| ) |
|
|
static |
◆ test_mdops()
static void test_mdops |
( |
void |
| ) |
|
|
static |
◆ test_mkfs()
static void test_mkfs |
( |
void |
| ) |
|
|
static |
◆ ut_fsync_create_fom()
static void ut_fsync_create_fom |
( |
void |
| ) |
|
|
static |
◆ be_seg
◆ error
◆ grp
◆ id
◆ inflight
◆ m0_md_fom_ops
◆ m0_md_req_fom_fini_func
void(* m0_md_req_fom_fini_func) (struct m0_fom *fom) |
md fom finaliser is called indirectly through this pointer so that UT can redirect it.
Definition at line 1326 of file md_foms.c.
◆ machine
◆ md
◆ mdservice
◆ mdservice_ut
Initial value:= {
.ts_name = "mdservice-ut",
.ts_tests = {
}
}
static void test_mkfs(void)
static void test_init(void)
static void ut_fsync_create_fom(void)
static void test_fini(void)
static void test_mdops(void)
Definition at line 296 of file mdstore.c.
◆ orig_fom_create
◆ orig_fom_fini
◆ reqh
◆ ut_be