Searched refs:de_Attributes (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Ddenode.h147 u_char de_Attributes; /* attributes, from directory entry */ member in struct:denode
185 #define DE_ATTR_MOD 0x0040 /* de_Attributes field has been modified */
191 ((dp)->deAttributes = (dep)->de_Attributes, \
200 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : \
229 (dep)->de_Attributes |= ATTR_ARCHIVE; \
H A Dmsdosfs_denode.c366 dep->de_Attributes = ATTR_DIRECTORY;
414 dep->de_Attributes = direntptr->deAttributes;
451 if (dep->de_Attributes & ATTR_DIRECTORY) {
559 isDir = dep->de_Attributes & ATTR_DIRECTORY;
611 if ((dirp->deAttributes ^ dep->de_Attributes) & ATTR_DIRECTORY)
626 * We need to be able to update the de_Attributes for a directory (in the
628 * change its hidden bit. For files, we've already updated the de_Attributes
639 dirp->deAttributes = dep->de_Attributes;
660 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
831 if (dep->de_Attributes
[all...]
H A Dmsdosfs_vnops.c344 ndirent.de_Attributes = ATTR_ARCHIVE;
348 ndirent.de_Attributes |= ATTR_READONLY;
357 ndirent.de_Attributes |= ATTR_HIDDEN;
464 if ((dep->de_Attributes & (ATTR_ARCHIVE | ATTR_DIRECTORY)) == 0) // DOS: flag set means "needs to be archived"
466 if ((dep->de_Attributes & (ATTR_READONLY | ATTR_DIRECTORY)) == ATTR_READONLY)
468 if (dep->de_Attributes & ATTR_HIDDEN)
523 int isDir = dep->de_Attributes & ATTR_DIRECTORY;
560 uint8_t originalAttributes = dep->de_Attributes;
563 dep->de_Attributes &= ~ATTR_ARCHIVE;
565 dep->de_Attributes |
[all...]
H A Dmsdosfs_fat.c828 if (dep->de_Attributes & ATTR_DIRECTORY) {
1899 && (dep->de_Attributes & ATTR_DIRECTORY))
1962 if (dep->de_Attributes & ATTR_DIRECTORY) {
2014 if (dep->de_Attributes & ATTR_DIRECTORY) {
2073 if (dep->de_Attributes & ATTR_DIRECTORY) {

Completed in 167 milliseconds