Motr  M0
index_op.h File Reference

Go to the source code of this file.

Macros

#define __MOTR_M0INDEX_OP_H__
 

Functions

int index_create (struct m0_realm *parent, struct m0_fid_arr *fids)
 
int index_drop (struct m0_realm *parent, struct m0_fid_arr *fids)
 
int index_list (struct m0_realm *parent, struct m0_fid *fid, int cnt, struct m0_bufvec *keys)
 
int index_lookup (struct m0_realm *parent, struct m0_fid_arr *fids, struct m0_bufvec *rets)
 
int index_put (struct m0_realm *parent, struct m0_fid_arr *fids, struct m0_bufvec *keys, struct m0_bufvec *vals)
 
int index_del (struct m0_realm *parent, struct m0_fid_arr *fids, struct m0_bufvec *keys)
 
int index_get (struct m0_realm *parent, struct m0_fid *fid, struct m0_bufvec *keys, struct m0_bufvec *vals)
 
int index_next (struct m0_realm *parent, struct m0_fid *fid, struct m0_bufvec *keys, int cnt, struct m0_bufvec *vals)
 

Macro Definition Documentation

◆ __MOTR_M0INDEX_OP_H__

#define __MOTR_M0INDEX_OP_H__

Definition at line 27 of file index_op.h.