Beispiel #1
0
static int get_store_stale_path(uint64_t oid, uint32_t epoch, uint8_t ec_index,
				char *path)
{
	return md_get_stale_path(oid, epoch, ec_index, path);
}
Beispiel #2
0
static int get_stale_obj_path(uint64_t oid, uint32_t epoch, char *path)
{
	return md_get_stale_path(oid, epoch, path);
}