Motr  M0
glob.h File Reference
#include "conf/cache.h"
Include dependency graph for glob.h:

Go to the source code of this file.

Data Structures

struct  m0_conf_glob
 

Macros

#define __MOTR_CONF_GLOB_H__
 
#define m0_conf_glob_init(glob, flags, errfunc, cache, origin, ...)
 

Typedefs

typedef int(* m0_conf_glob_errfunc_t) (int errcode, const struct m0_conf_obj *obj, const struct m0_fid *path)
 

Enumerations

enum  { M0_CONF_GLOB_ERR = 1 << 0 }
 

Functions

M0_INTERNAL void m0_conf__glob_init (struct m0_conf_glob *glob, int flags, m0_conf_glob_errfunc_t errfunc, const struct m0_conf_cache *cache, const struct m0_conf_obj *origin, const struct m0_fid *path)
 
M0_INTERNAL int m0_conf_glob (struct m0_conf_glob *glob, uint32_t nr, const struct m0_conf_obj **objv)
 
M0_INTERNAL char * m0_conf_glob_error (const struct m0_conf_glob *glob, char *buf, size_t buflen)
 

Macro Definition Documentation

◆ __MOTR_CONF_GLOB_H__

#define __MOTR_CONF_GLOB_H__

Definition at line 23 of file glob.h.