Home
last modified time | relevance | path

Searched refs:jffs2_alloc_raw_node_ref (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/src/
H A Dmalloc-ecos.c93 struct jffs2_raw_node_ref *jffs2_alloc_raw_node_ref(void) in jffs2_alloc_raw_node_ref() function
129 struct jffs2_raw_node_ref *jffs2_alloc_raw_node_ref(void) in jffs2_alloc_raw_node_ref() function
H A Dwrite.c86 raw = jffs2_alloc_raw_node_ref(); in jffs2_write_dnode()
143 if (!retried && alloc_mode != ALLOC_NORETRY && (raw = jffs2_alloc_raw_node_ref())) { in jffs2_write_dnode()
239 raw = jffs2_alloc_raw_node_ref(); in jffs2_write_dirent()
289 if (!retried && (raw = jffs2_alloc_raw_node_ref())) { in jffs2_write_dirent()
H A Dscan.c587 struct jffs2_raw_node_ref *marker_ref = jffs2_alloc_raw_node_ref(); in jffs2_scan_eraseblock()
711 raw = jffs2_alloc_raw_node_ref(); in jffs2_scan_inode_node()
806 raw = jffs2_alloc_raw_node_ref(); in jffs2_scan_dirent_node()
H A Dnodelist.h377 struct jffs2_raw_node_ref *jffs2_alloc_raw_node_ref(void);
H A Derase.c401 marker_ref = jffs2_alloc_raw_node_ref(); in jffs2_mark_erased_block()
H A Dgc.c585 nraw = jffs2_alloc_raw_node_ref(); in jffs2_garbage_collect_pristine()
613 if (!retried && (nraw = jffs2_alloc_raw_node_ref())) { in jffs2_garbage_collect_pristine()