Searched refs:c_blobdev_path (Results 1 – 2 of 2) sorted by relevance
728 cfg.c_blobdev_path = optarg; in mkfs_parse_options_cfg()855 if (cfg.c_blobdev_path && cfg.c_chunkbits < g_sbi.blkszbits) { in mkfs_parse_options_cfg()861 if (cfg.c_blobdev_path && in mkfs_parse_options_cfg()1354 err = erofs_blob_init(cfg.c_blobdev_path, 1 << cfg.c_chunkbits); in main()1360 !erofstar.mapfile) || cfg.c_blobdev_path) { in main()
72 char *c_blobdev_path; member