Lines Matching refs:lfs_config
158 struct lfs_config {
165 int (*read)(const struct lfs_config *c, lfs_block_t block,
171 int (*prog)(const struct lfs_config *c, lfs_block_t block,
178 int (*erase)(const struct lfs_config *c, lfs_block_t block);
182 int (*sync)(const struct lfs_config *c);
187 int (*lock)(const struct lfs_config *c);
191 int (*unlock)(const struct lfs_config *c);
441 const struct lfs_config *cfg;
463 int lfs_format(lfs_t *lfs, const struct lfs_config *config);
474 int lfs_mount(lfs_t *lfs, const struct lfs_config *config);
762 int lfs_migrate(lfs_t *lfs, const struct lfs_config *cfg);