Lines Matching refs:flags
240 if (boot->flags & FAT32) {
266 fat[boot->RootCl].flags |= FAT_USED;
460 if (!(boot->flags & FAT32) && !dir->parent) {
552 if (!(boot->flags & FAT32) && !dir->parent) {
693 * more, so get the flags first.
695 dirent.flags = p[11];
710 if (dirent.flags & ATTR_VOLUME) {
767 if (dirent.size == 0 && !(dirent.flags & ATTR_DIRECTORY)) {
812 if (dirent.flags & ATTR_DIRECTORY) {
833 fat[dirent.head].flags |= FAT_USED;
835 if (dirent.flags & ATTR_DIRECTORY) {
940 __func__,d->name,d->flags,d->head,d->next,d->parent,d->child);
1073 d.flags = 0;
1090 fat[head].flags |= FAT_USED;