Searched refs:FAT_ATTRIB_DIR (Results 1 – 2 of 2) sorted by relevance
297 int attrib = FAT_ATTRIB_DIR; in fat_dir()322 if (attrib & FAT_ATTRIB_DIR) in fat_dir()336 if (!(attrib & FAT_ATTRIB_DIR)) in fat_dir()
77 #define FAT_ATTRIB_DIR 0x10 macro