Home
last modified time | relevance | path

Searched refs:YAFFSFS_N_DSC (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/fs/yaffs2/
Dyaffscfg.h29 #define YAFFSFS_N_DSC 20 macro
Dyaffsfs.c95 static struct yaffsfs_DirSearchContxt yaffsfs_dsc[YAFFSFS_N_DSC];
2890 for (i = 0, dsc = NULL; i < YAFFSFS_N_DSC && !dsc; i++) { in yaffs_opendir()