Searched refs:ostore_read_obj (Results 1 - 4 of 4) sorted by relevance

/seL4-camkes-master/tools/cogent/impl/fs/bilby/c/
H A Ddentarr.c136 err = ostore_read_obj(bi, id, dentarr, size);
H A Dfsop.c80 err = ostore_read_obj(bi, id, &ino, BILBYFS_INODE_SZ);
777 err = ostore_read_obj(bi, id, odata, BILBYFS_MAX_DATA_SZ);
H A Dbilbyfs.h1204 /* ostore_read_obj: read an obj using its id
1211 * ostore_read_obj will only return an object written once the transaction
1215 int ostore_read_obj(struct bilbyfs_info *bi, obj_id id, void *buf, u32 len);
H A Dostore.c92 int ostore_read_obj(struct bilbyfs_info *bi, obj_id id, void *buf, u32 len) function
102 bilbyfs_err("ostore_read_obj: buf too small\n");

Completed in 59 milliseconds