Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A 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)
/linux/fs/fat/
H A Dnamei_vfat.c435 if (base[0] == DELETED_FLAG) in vfat_create_shortname()