Lines Matching refs:fstransmute
66 A(fsdefault), A(fsfloor), A(fshat), A(fsroot), A(fstransmute)
569 const char *fsdefault, *fsfloor, *fshat, *fsroot, *fstransmute;
579 kfree(opts->fstransmute);
618 if (opts->fstransmute)
620 opts->fstransmute = s;
670 if (src->fstransmute) {
671 dst->fstransmute = kstrdup(src->fstransmute, GFP_KERNEL);
672 if (!dst->fstransmute)
843 if (opts->fstransmute) {
844 skp = smk_import_entry(opts->fstransmute, 0);