Searched refs:ublock_init (Results 1 – 3 of 3) sorted by relevance
43 int ublock_init(struct ublock_ctx **ub, struct ublock_ops *ops, uint64_t size);
179 ret = ublock_init(&ub, &ops, total_size); in main()
339 int ublock_init(struct ublock_ctx **ub_ctx_out, struct ublock_ops *ops, in ublock_init() function