Lines Matching refs:AM_DIR
2687 fno->fsize = (fno->fattrib & AM_DIR) ? 0 : ld_qword(fs->dirbuf + XDIR_FileSize); /* Size */
3133 if (!(dp->obj.attr & AM_DIR)) { /* It is not a sub-directory and cannot follow */
3782 if (dj.obj.attr & (AM_RDO | AM_DIR)) { /* Cannot overwrite it (R/O or DIR) */
3830 if (dj.obj.attr & AM_DIR) { /* File open against a directory */
3853 if (dj.obj.attr & AM_DIR) { /* Is it a directory? */
4314 if (dj.obj.attr & AM_DIR) { /* It is a sub-directory */
4632 if (dp->obj.attr & AM_DIR) { /* This object is a sub-directory */
5022 if (dj.obj.attr & AM_DIR) { /* Is it a sub-directory? */
5106 fs->win[DIR_Attr] = AM_DIR;
5125 fs->dirbuf[XDIR_Attr] = AM_DIR; /* Attribute */
5132 dj.dir[DIR_Attr] = AM_DIR; /* Attribute */
5200 …if (!(fs->dirbuf[XDIR_Attr] & AM_DIR)) fs->dirbuf[XDIR_Attr] |= AM_ARC; /* Set archive attribute i…
5220 …if (!(dir[DIR_Attr] & AM_DIR)) dir[DIR_Attr] |= AM_ARC; /* Set archive attribute if it is a file */
5222 …if ((dir[DIR_Attr] & AM_DIR) && djo.obj.sclust != djn.obj.sclust) { /* Update .. entry in the sub-…