Lines Matching full:config
404 // Requires a littlefs object and config struct. This clobbers the littlefs
405 // object, and does not leave the filesystem mounted. The config struct must
409 int lfs_format(lfs_t *lfs, const struct lfs_config *config);
413 // Requires a littlefs object and config struct. Multiple filesystems
415 // lfs and config must be allocated while mounted. The config struct must
419 int lfs_mount(lfs_t *lfs, const struct lfs_config *config);
498 // The config struct provides additional config options per file as described
499 // above. The config struct must be allocated while the file is open, and the
500 // config struct must be zeroed for defaults and backwards compatibility.
505 const struct lfs_file_config *config);
642 // Requires a littlefs object and config struct. This clobbers the littlefs
643 // object, and does not leave the filesystem mounted. The config struct must