Lines Matching refs:param
276 const struct fs_parameter *param, int opt) in btrfs_parse_compress() argument
278 const char *string = param->string; in btrfs_parse_compress()
328 static int btrfs_parse_param(struct fs_context *fc, struct fs_parameter *param) in btrfs_parse_param() argument
334 opt = fs_parse(fc, btrfs_fs_parameters, param, &result); in btrfs_parse_param()
351 ctx->subvol_name = kstrdup(param->string, GFP_KERNEL); in btrfs_parse_param()
366 device = btrfs_scan_one_device(param->string, false); in btrfs_parse_param()
396 if (btrfs_parse_compress(ctx, param, opt)) in btrfs_parse_param()
432 ctx->max_inline = memparse(param->string, NULL); in btrfs_parse_param()
497 param->key); in btrfs_parse_param()
524 param->key); in btrfs_parse_param()
570 param->key); in btrfs_parse_param()
612 param->key); in btrfs_parse_param()
631 param->key); in btrfs_parse_param()
642 btrfs_err(NULL, "unrecognized mount option '%s'", param->key); in btrfs_parse_param()