Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h51 #define ATTR_VFAT (ATTR_RO | ATTR_HIDDEN | ATTR_SYS | ATTR_VOLUME) macro
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat_write.c236 slotptr->attr = ATTR_VFAT; in fill_dir_slot()
823 (dentptr->attr & ATTR_VFAT) && in find_directory_entry()
H A Dfat.c860 (dent->attr & ATTR_VFAT) == ATTR_VFAT && in fat_itr_next()