Lines Matching refs:fsid
418 fsparam_string("fsid", Opt_fsid),
517 kfree(ctx->fsid);
518 ctx->fsid = kstrdup(param->string, GFP_KERNEL);
519 if (!ctx->fsid)
598 sbi->fsid = ctx->fsid;
599 ctx->fsid = NULL;
708 if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && ctx->fsid)
722 if (ctx->fsid || ctx->domain_id)
723 erofs_info(sb, "ignoring reconfiguration for fsid|domain_id.");
764 kfree(ctx->fsid);
813 kfree(sbi->fsid);
972 if (sbi->fsid)
973 seq_printf(seq, ",fsid=%s", sbi->fsid);