Lines Matching refs:fsid
582 kfree(ctx->fsid); in erofs_fc_parse_param()
583 ctx->fsid = kstrdup(param->string, GFP_KERNEL); in erofs_fc_parse_param()
584 if (!ctx->fsid) in erofs_fc_parse_param()
733 sbi->fsid = ctx->fsid; in erofs_fc_fill_super()
734 ctx->fsid = NULL; in erofs_fc_fill_super()
825 if (IS_ENABLED(CONFIG_EROFS_FS_ONDEMAND) && ctx->fsid) in erofs_fc_get_tree()
839 if (ctx->fsid || ctx->domain_id) in erofs_fc_reconfigure()
881 kfree(ctx->fsid); in erofs_fc_free()
952 kfree(sbi->fsid); in erofs_kill_sb()
1106 if (sbi->fsid) in erofs_show_options()
1107 seq_printf(seq, ",fsid=%s", sbi->fsid); in erofs_show_options()