Motr  M0
dir.h File Reference
#include "lib/tlist.h"
Include dependency graph for dir.h:

Go to the source code of this file.

Macros

#define __MOTR_CONF_DIR_H__
 

Functions

 M0_TL_DESCR_DECLARE (m0_conf_dir, M0_EXTERN)
 
 M0_TL_DECLARE (m0_conf_dir, M0_INTERNAL, struct m0_conf_obj)
 
M0_INTERNAL void m0_conf_dir_add (struct m0_conf_dir *dir, struct m0_conf_obj *obj)
 
M0_INTERNAL void m0_conf_dir_del (struct m0_conf_dir *dir, struct m0_conf_obj *obj)
 
M0_INTERNAL bool m0_conf_dir_elems_match (const struct m0_conf_dir *dir, const struct m0_fid_arr *fids)
 
static uint32_t m0_conf_dir_len (const struct m0_conf_dir *dir)
 
M0_INTERNAL int m0_conf_dir_new (struct m0_conf_obj *parent, const struct m0_fid *relfid, const struct m0_conf_obj_type *children_type, const struct m0_fid_arr *children_ids, struct m0_conf_dir **out)
 

Macro Definition Documentation

◆ __MOTR_CONF_DIR_H__

#define __MOTR_CONF_DIR_H__

Definition at line 23 of file dir.h.