Searched refs:AM_ARC (Results 1 – 2 of 2) sorted by relevance
416 #define AM_ARC 0x20 /* Archive */ macro
2313 …if (b == DDEM || b == '.' || (int)((attr & ~AM_ARC) == AM_VOL) != vol) { /* An entry without valid…2332 …if (b != DDEM && b != '.' && attr != AM_LFN && (int)((attr & ~AM_ARC) == AM_VOL) == vol) { /* Is i…3718 fs->dirbuf[XDIR_Attr] = AM_ARC;3734 dj.dir[DIR_Attr] = AM_ARC; /* Reset attribute */4105 …fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute to indicate that the file has been ch…4127 …dir[DIR_Attr] |= AM_ARC; /* Set archive attribute to indicate that the file has been changed …5115 …if (!(fs->dirbuf[XDIR_Attr] & AM_DIR)) fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute i…5135 …if (!(dir[DIR_Attr] & AM_DIR)) dir[DIR_Attr] |= AM_ARC; /* Set archive attribute if it is a file */5199 mask &= AM_RDO|AM_HID|AM_SYS|AM_ARC; /* Valid attribute mask */