Motr  M0
copy.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <getopt.h>
#include <libgen.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/time.h>
#include "conf/obj.h"
#include "fid/fid.h"
#include "lib/trace.h"
#include "lib/string.h"
#include "lib/getopts.h"
#include "motr/client.h"
#include "motr/idx.h"
#include "motr/st/utils/helper.h"
Include dependency graph for copy.c:

Go to the source code of this file.

Functions

static void copy_usage (FILE *file, char *prog_name)
 
int main (int argc, char **argv)
 

Variables

static struct m0_clientm0_instance = NULL
 
static struct m0_container container
 
static struct m0_config conf
 
static struct m0_idx_dix_config dix_conf
 
struct m0_addb_ctx m0_addb_ctx
 

Function Documentation

◆ copy_usage()

static void copy_usage ( FILE *  file,
char *  prog_name 
)
static

Definition at line 47 of file copy.c.

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 84 of file copy.c.

Here is the call graph for this function:

Variable Documentation

◆ conf

struct m0_config conf
static

Definition at line 42 of file copy.c.

◆ container

struct m0_container container
static

Definition at line 41 of file copy.c.

◆ dix_conf

struct m0_idx_dix_config dix_conf
static

Definition at line 43 of file copy.c.

◆ m0_addb_ctx

struct m0_addb_ctx m0_addb_ctx

◆ m0_instance

struct m0_client* m0_instance = NULL
static

Definition at line 40 of file copy.c.