Home
last modified time | relevance | path

Searched refs:SEARCH_REGION_DIR (Results 1 – 3 of 3) sorted by relevance

/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_badblock.c192 region = SEARCH_REGION_DIR|SEARCH_REGION_FILE|SEARCH_REGION_DATA; in uffs_BadBlockRecover()
196 case SEARCH_REGION_DIR: in uffs_BadBlockRecover()
H A Duffs_tree.c857 if (*region & SEARCH_REGION_DIR) { in uffs_TreeFindNodeByBlock()
860 *region &= SEARCH_REGION_DIR; in uffs_TreeFindNodeByBlock()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/inc/uffs/
H A Duffs_tree.h205 #define SEARCH_REGION_DIR 1 macro