Motr  M0
fid_convert.c File Reference
#include "ioservice/fid_convert.h"
#include "cob/cob.h"
#include "stob/type.h"
#include "stob/ad.h"
#include "stob/linux.h"
#include "module/instance.h"
Include dependency graph for fid_convert.c:

Go to the source code of this file.

Functions

M0_INTERNAL void m0_fid_convert_cob2adstob (const struct m0_fid *cob_fid, struct m0_stob_id *stob_id)
 
M0_INTERNAL void m0_fid_convert_adstob2cob (const struct m0_stob_id *stob_id, struct m0_fid *cob_fid)
 
M0_INTERNAL void m0_fid_convert_bstore2adstob (const struct m0_fid *bstore_fid, struct m0_fid *stob_domain_fid)
 
M0_INTERNAL void m0_fid_convert_adstob2bstore (const struct m0_fid *stob_domain_fid, struct m0_fid *bstore_fid)
 
M0_INTERNAL bool m0_fid_validate_adstob (const struct m0_stob_id *stob_id)
 
M0_INTERNAL bool m0_fid_validate_bstore (const struct m0_fid *bstore_fid)
 
M0_INTERNAL bool m0_fid_validate_linuxstob (const struct m0_stob_id *stob_id)
 
M0_INTERNAL void m0_fid_convert_cob2linuxstob (const struct m0_fid *cob_fid, struct m0_stob_id *stob_id)
 
M0_INTERNAL void m0_fid_convert_linuxstob2cob (const struct m0_stob_id *stob_id, struct m0_fid *cob_fid)
 
M0_INTERNAL void m0_fid_convert_cob2stob (const struct m0_fid *cob_fid, struct m0_stob_id *stob_id)
 
M0_INTERNAL void m0_fid_convert_stob2cob (const struct m0_stob_id *stob_id, struct m0_fid *cob_fid)