Searched refs:storage_root (Results 1 – 3 of 3) sorted by relevance
52 int storage_init(const char *storage_root, bool read_only, bool use_partitions) in storage_init() argument56 if (storage_root) in storage_init()57 storage_dir = storage_root; in storage_init()60 if (!storage_root) in storage_init()
505 const char *storage_root = NULL; in main() local515 storage_root = optarg; in main()560 ret = storage_init(storage_root, read_only, use_partitions); in main()
28 int storage_init(const char *storage_root, bool read_only, bool use_partitions);