Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dfat.h53 #define DELETED_FLAG ((char)0xe5) /* Marks deleted files when in name[0] */ macro
/rk3399_rockchip-uboot/fs/fat/
H A Dfat_write.c344 if (*l_name == DELETED_FLAG) in get_long_file_name()
347 *l_name = DELETED_FLAG; in get_long_file_name()
815 if (dentptr->name[0] == DELETED_FLAG) { in find_directory_entry()
H A Dfat.c148 if (*s_name == DELETED_FLAG) in get_name()
151 *s_name = DELETED_FLAG; in get_name()
854 if (dent->name[0] == DELETED_FLAG || in fat_itr_next()