Lines Matching defs:mbof_mod_ctx
120 struct mbof_mod_ctx;
139 struct mbof_mod_ctx *follow_mod;
144 struct mbof_mod_ctx *mod_ctx;
152 struct mbof_mod_ctx {
2309 static int mbof_mod_add(struct mbof_mod_ctx *mod_ctx,
2828 static int mbof_collect_child_ghosts(struct mbof_mod_ctx *mod_ctx);
2832 static int mbof_orig_mod(struct mbof_mod_ctx *mod_ctx);
2835 static int mbof_inherited_mod(struct mbof_mod_ctx *mod_ctx);
2838 static int mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done);
2850 static int mbof_mod_delete(struct mbof_mod_ctx *mod_ctx,
2868 struct mbof_mod_ctx *mod_ctx;
2907 mod_ctx = talloc_zero(ctx, struct mbof_mod_ctx);
2947 struct mbof_mod_ctx *mod_ctx;
2952 mod_ctx = talloc_get_type(req->context, struct mbof_mod_ctx);
3008 static int mbof_collect_child_ghosts(struct mbof_mod_ctx *mod_ctx)
3170 static int mbof_orig_mod(struct mbof_mod_ctx *mod_ctx)
3195 struct mbof_mod_ctx *mod_ctx;
3199 mod_ctx = talloc_get_type(req->context, struct mbof_mod_ctx);
3253 static int mbof_inherited_mod(struct mbof_mod_ctx *mod_ctx)
3336 struct mbof_mod_ctx *mod_ctx;
3340 mod_ctx = talloc_get_type(req->context, struct mbof_mod_ctx);
3381 static int mbof_mod_process(struct mbof_mod_ctx *mod_ctx, bool *done)
3632 static int mbof_mod_add(struct mbof_mod_ctx *mod_ctx,
3694 static int mbof_mod_delete(struct mbof_mod_ctx *mod_ctx,