Motr  M0
ns_iter.c File Reference
#include "lib/memory.h"
#include "lib/misc.h"
#include "lib/errno.h"
#include "cob/ns_iter.h"
#include "lib/trace.h"
Include dependency graph for ns_iter.c:

Go to the source code of this file.

Macros

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_COB
 

Functions

static bool ns_iter_invariant (const struct m0_cob_fid_ns_iter *iter)
 
M0_INTERNAL int m0_cob_ns_iter_init (struct m0_cob_fid_ns_iter *iter, struct m0_fid *gfid, struct m0_cob_domain *cdom)
 
M0_INTERNAL int m0_cob_ns_rec_of (struct m0_be_btree *cob_namespace, const struct m0_fid *key_gfid, struct m0_fid *next_gfid, struct m0_cob_nsrec **nsrec)
 
M0_INTERNAL int m0_cob_ns_iter_next (struct m0_cob_fid_ns_iter *iter, struct m0_fid *gfid, struct m0_cob_nsrec **nsrec)
 
M0_INTERNAL void m0_cob_ns_iter_fini (struct m0_cob_fid_ns_iter *iter)
 

Macro Definition Documentation

◆ M0_TRACE_SUBSYSTEM

#define M0_TRACE_SUBSYSTEM   M0_TRACE_SUBSYS_COB

Definition at line 27 of file ns_iter.c.

Function Documentation

◆ ns_iter_invariant()

static bool ns_iter_invariant ( const struct m0_cob_fid_ns_iter iter)
static

Definition at line 34 of file ns_iter.c.

Here is the call graph for this function:
Here is the caller graph for this function: