Searched refs:ATTR_DIR (Results 1 – 4 of 4) sorted by relevance
444 file->dir_ent.attr &= ~(ATTR_DIR | ATTR_VOLUME); in auto_rename()494 file->dir_ent.attr &= ~(ATTR_DIR | ATTR_VOLUME); in rename_file()518 if (!(file->dir_ent.attr & ATTR_DIR)) { in handle_dot()545 MODIFY(file, attr, file->dir_ent.attr | ATTR_DIR); in handle_dot()566 if (file->dir_ent.attr & ATTR_DIR) {686 if (!(file->dir_ent.attr & ATTR_DIR) && le32toh(file->dir_ent.size) <=720 restart = file->dir_ent.attr & ATTR_DIR;798 if (!(file->dir_ent.attr & ATTR_DIR) && le32toh(file->dir_ent.size) >1130 de.attr = ATTR_DIR;1135 if (type == fdt_undelete && (de.attr & ATTR_DIR))[all …]
37 #define ATTR_DIR 16 /* directory */ macro
1540 - it reset all attributes except ATTR_DIR and ATTR_VOLUME
370 #define ATTR_DIR 16 /* directory */ macro