Lines Matching defs:convert
45 s->convert = NULL;
270 struct sidtab_convert_params *convert;
316 * if we are building a new sidtab, we need to convert the context
319 convert = s->convert;
320 if (convert) {
321 struct sidtab *target = convert->target;
330 rc = services_convert_context(convert->args,
378 struct sidtab_convert_params *convert)
395 convert);
409 rc = services_convert_context(convert->args,
432 if (s->convert) {
441 * live convert)
452 /* enable live convert of new entries */
453 s->convert = params;
455 /* we can safely convert the tree outside the lock */
460 /* convert all entries not covered by live convert */
465 /* we need to keep the old table - disable live convert */
467 s->convert = NULL;
486 /* cancelling policy load - disable live convert of sidtab */
488 s->convert = NULL;
496 s->convert = NULL;