D | lfs.h | 158 struct lfs_config { struct 165 int (*read)(const struct lfs_config *c, lfs_block_t block, argument 171 int (*prog)(const struct lfs_config *c, lfs_block_t block, argument 178 int (*erase)(const struct lfs_config *c, lfs_block_t block); argument 182 int (*sync)(const struct lfs_config *c); argument 187 int (*lock)(const struct lfs_config *c); argument 191 int (*unlock)(const struct lfs_config *c); argument 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); [all …]
|