Searched refs:read_only (Results 1 – 3 of 3) sorted by relevance
28 int storage_init(const char *storage_root, bool read_only, bool use_partitions);
51 int storage_init(const char *storage_root, bool read_only, bool use_partitions) in storage_init() argument64 storage_read_only = read_only; in storage_init()
494 bool read_only = false; in main() local518 read_only = true; in main()553 ret = storage_init(storage_root, read_only, use_partitions); in main()