Lines Matching refs:fsid
573 kfree(ctx->fsid); in erofs_fc_parse_param()
574 ctx->fsid = kstrdup(param->string, GFP_KERNEL); in erofs_fc_parse_param()
575 if (!ctx->fsid) in erofs_fc_parse_param()
661 sbi->fsid = ctx->fsid; in erofs_fc_fill_super()
662 ctx->fsid = NULL; in erofs_fc_fill_super()
776 if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && ctx->fsid) in erofs_fc_get_tree()
790 if (ctx->fsid || ctx->domain_id) in erofs_fc_reconfigure()
832 kfree(ctx->fsid); in erofs_fc_free()
897 kfree(sbi->fsid); in erofs_kill_sb()
1056 if (sbi->fsid) in erofs_show_options()
1057 seq_printf(seq, ",fsid=%s", sbi->fsid); in erofs_show_options()