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