Searched defs:lfs1 (Results 1 – 4 of 4) sorted by relevance
125 static int lfs1_cache_flush(lfs1_t *lfs1, in lfs1_cache_flush()250 static int lfs1_bd_sync(lfs1_t *lfs1) { in lfs1_bd_sync()275 lfs1_t *lfs1 = p; in lfs1_alloc_lookahead() local332 static void lfs1_alloc_ack(lfs1_t *lfs1) { in lfs1_alloc_ack()439 static int lfs1_dir_fetch(lfs1_t *lfs1, in lfs1_dir_fetch()1120 static int lfs1_ctz_find(lfs1_t *lfs1, in lfs1_ctz_find()1153 static int lfs1_ctz_extend(lfs1_t *lfs1, in lfs1_ctz_extend()2023 static void lfs1_deinit(lfs1_t *lfs1) { in lfs1_deinit()2245 int lfs1_unmount(lfs1_t *lfs1) { in lfs1_unmount()2425 static int lfs1_relocate(lfs1_t *lfs1, in lfs1_relocate()[all …]
277 typedef struct lfs1 { struct278 const struct lfs1_config *cfg; argument280 lfs1_block_t root[2]; argument281 lfs1_file_t *files; argument282 lfs1_dir_t *dirs; argument284 lfs1_cache_t rcache; argument285 lfs1_cache_t pcache; argument287 lfs1_free_t free; argument302 int lfs1_format(lfs1_t *lfs1, const struct lfs1_config *config); argument
4641 typedef struct lfs1 { struct4643 } lfs1_t; argument4966 static int lfs1_mount(lfs_t *lfs, struct lfs1 *lfs1, in lfs1_mount()5051 struct lfs1 lfs1; in lfs_migrate() local
401 struct lfs1 *lfs1; member
Completed in 20 milliseconds