D | lfs.h | 157 struct lfs_config { struct 164 int (*read)(const struct lfs_config *c, lfs_block_t block, argument 170 int (*prog)(const struct lfs_config *c, lfs_block_t block, argument 177 int (*erase)(const struct lfs_config *c, lfs_block_t block); argument 181 int (*sync)(const struct lfs_config *c); argument 186 int (*lock)(const struct lfs_config *c); argument 190 int (*unlock)(const struct lfs_config *c); argument 411 const struct lfs_config *cfg; 432 int lfs_format(lfs_t *lfs, const struct lfs_config *config); 443 int lfs_mount(lfs_t *lfs, const struct lfs_config *config); [all …]
|