Lines Matching defs:mbof_del_ctx

104     struct mbof_del_ctx *del_ctx;
122 struct mbof_del_ctx {
1280 static int mbof_orig_del(struct mbof_del_ctx *ctx);
1283 static int mbof_del_cleanup_parents(struct mbof_del_ctx *del_ctx);
1286 static int mbof_del_cleanup_children(struct mbof_del_ctx *del_ctx);
1302 static int mbof_del_fill_muop(struct mbof_del_ctx *del_ctx,
1304 static int mbof_del_fill_ghop(struct mbof_del_ctx *del_ctx,
1306 static int mbof_del_muop(struct mbof_del_ctx *ctx);
1309 static int mbof_del_ghop(struct mbof_del_ctx *del_ctx);
1326 struct mbof_del_ctx *del_ctx;
1341 del_ctx = talloc_zero(ctx, struct mbof_del_ctx);
1401 struct mbof_del_ctx *del_ctx;
1481 static int mbof_orig_del(struct mbof_del_ctx *del_ctx)
1504 struct mbof_del_ctx *del_ctx;
1508 del_ctx = talloc_get_type(req->context, struct mbof_del_ctx);
1582 static int mbof_del_cleanup_parents(struct mbof_del_ctx *del_ctx)
1635 struct mbof_del_ctx *del_ctx;
1639 del_ctx = talloc_get_type(req->context, struct mbof_del_ctx);
1699 static int mbof_del_cleanup_children(struct mbof_del_ctx *del_ctx)
1763 struct mbof_del_ctx *del_ctx;
1814 struct mbof_del_ctx *del_ctx;
1950 struct mbof_del_ctx *del_ctx;
1981 struct mbof_del_ctx *del_ctx;
2102 struct mbof_del_ctx *del_ctx;
2263 struct mbof_del_ctx *del_ctx;
2316 struct mbof_del_ctx *del_ctx;
2385 struct mbof_del_ctx *del_ctx;
2435 static int mbof_del_fill_muop(struct mbof_del_ctx *del_ctx,
2497 static int mbof_del_fill_ghop_ex(struct mbof_del_ctx *del_ctx,
2566 static int mbof_del_fill_ghop(struct mbof_del_ctx *del_ctx,
2582 static int mbof_del_muop(struct mbof_del_ctx *del_ctx)
2614 struct mbof_del_ctx *del_ctx;
2618 del_ctx = talloc_get_type(req->context, struct mbof_del_ctx);
2680 static int mbof_del_ghop(struct mbof_del_ctx *del_ctx)
2730 struct mbof_del_ctx *del_ctx;
2734 del_ctx = talloc_get_type(req->context, struct mbof_del_ctx);
3699 struct mbof_del_ctx *del_ctx;
3705 del_ctx = talloc_zero(mod_ctx, struct mbof_del_ctx);