Home | History | Annotate | Download | only in msdosfs

Lines Matching refs:de_Attributes

143 	ndirent.de_Attributes = (ap->a_vap->va_mode & S_IWUSR) ?
213 if ((dep->de_Attributes & ATTR_READONLY) == 0)
268 if (dep->de_Attributes & ATTR_DIRECTORY) {
279 if ((dep->de_Attributes & ATTR_READONLY) == 0)
302 if ((dep->de_Attributes & ATTR_ARCHIVE) == 0) {
385 dep->de_Attributes |= ATTR_ARCHIVE;
405 dep->de_Attributes &= ~ATTR_READONLY;
407 dep->de_Attributes |= ATTR_READONLY;
424 dep->de_Attributes &= ~ATTR_ARCHIVE;
426 dep->de_Attributes |= ATTR_ARCHIVE;
694 if (dep->de_Attributes & ATTR_DIRECTORY)
861 ndirent.de_Attributes = ATTR_DIRECTORY;
985 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0)
1444 dep->de_Attributes |= ATTR_ARCHIVE;