Home
last modified time | relevance | path

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

/external/kernel-headers/original/uapi/linux/
Dmsdos_fs.h52 #define DELETED_FLAG 0xe5 /* marks file as deleted when in name[0] */ macro
53 #define IS_FREE(n) (!*(n) || *(n) == DELETED_FLAG)
/external/u-boot/include/
Dfat.h51 #define DELETED_FLAG ((char)0xe5) /* Marks deleted files when in name[0] */ macro
/external/u-boot/fs/fat/
Dfat_write.c343 if (*l_name == DELETED_FLAG) in get_long_file_name()
346 *l_name = DELETED_FLAG; in get_long_file_name()
814 if (dentptr->name[0] == DELETED_FLAG) { in find_directory_entry()
Dfat.c141 if (*s_name == DELETED_FLAG) in get_name()
144 *s_name = DELETED_FLAG; in get_name()
845 if (dent->name[0] == DELETED_FLAG || in fat_itr_next()