Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dfat.h46 #define ATTR_DIR 16 macro
/openbmc/u-boot/fs/fat/
H A Dfat_write.c1409 ATTR_DIR | ATTR_ARCH); in fat_mkdir()
1425 dotdent[0].attr = ATTR_DIR | ATTR_ARCH; in fat_mkdir()
1429 dotdent[1].attr = ATTR_DIR | ATTR_ARCH; in fat_mkdir()
H A Dfat.c911 return !!(itr->dent->attr & ATTR_DIR); in fat_itr_isdir()