Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfs.h105 #define FS_DT_DIR 4 /* directory */ macro
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c53 if (dent->type == FS_DT_DIR) { in fs_ls_generic()
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c1187 dent->type = FS_DT_DIR; in fat_readdir()