Lines Matching refs:de_Attributes
152 ndirent.de_Attributes = (ap->a_vap->va_mode & VWRITE) ?
244 if ((dep->de_Attributes & ATTR_READONLY) == 0)
247 if (dep->de_Attributes & ATTR_DIRECTORY
308 if (dep->de_Attributes & ATTR_DIRECTORY) {
331 ((dep->de_Attributes & ATTR_READONLY) ? 0 : (S_IWUSR|S_IWGRP|S_IWOTH));
333 if (dep->de_Attributes & ATTR_DIRECTORY) {
355 if ((dep->de_Attributes & ATTR_ARCHIVE) == 0)
422 dep->de_Attributes |= ATTR_ARCHIVE;
436 dep->de_Attributes &= ~ATTR_READONLY;
438 dep->de_Attributes |= ATTR_READONLY;
449 dep->de_Attributes &= ~ATTR_ARCHIVE;
451 dep->de_Attributes |= ATTR_ARCHIVE;
490 isadir = dep->de_Attributes & ATTR_DIRECTORY;
985 if (ip->de_Attributes & ATTR_DIRECTORY) {
1054 if (xp->de_Attributes & ATTR_DIRECTORY) {
1342 ndirent.de_Attributes = ATTR_DIRECTORY;
1496 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0)