Lines Matching refs:config
458 // Requires a littlefs object and config struct. This clobbers the littlefs
459 // object, and does not leave the filesystem mounted. The config struct must
463 int lfs_format(lfs_t *lfs, const struct lfs_config *config);
468 // Requires a littlefs object and config struct. Multiple filesystems
470 // lfs and config must be allocated while mounted. The config struct must
474 int lfs_mount(lfs_t *lfs, const struct lfs_config *config);
558 // thus use lfs_file_opencfg() with config.buffer set.
566 // The config struct provides additional config options per file as described
567 // above. The config struct must remain allocated while the file is open, and
568 // the config struct must be zeroed for defaults and backwards compatibility.
573 const struct lfs_file_config *config);
757 // Requires a littlefs object and config struct. This clobbers the littlefs
758 // object, and does not leave the filesystem mounted. The config struct must