Searched refs:de_Attributes (Results 1 – 10 of 10) sorted by relevance
153 u_char de_Attributes; /* attributes, from directory entry */ member188 (dep)->de_Attributes = (dp)->deAttributes, \202 (dp)->deAttributes = (dep)->de_Attributes, \212 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \231 (dep)->de_Attributes |= ATTR_ARCHIVE; \
167 ndirent.de_Attributes = ATTR_ARCHIVE; in msdosfs_create()269 if (dep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_getattr()284 if (dep->de_Attributes & ATTR_READONLY) in msdosfs_getattr()305 if (dep->de_Attributes & ATTR_ARCHIVE) in msdosfs_getattr()307 if (dep->de_Attributes & ATTR_HIDDEN) in msdosfs_getattr()309 if (dep->de_Attributes & ATTR_READONLY) in msdosfs_getattr()311 if (dep->de_Attributes & ATTR_SYSTEM) in msdosfs_getattr()392 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()394 dep->de_Attributes &= ~ATTR_ARCHIVE; in msdosfs_setattr()396 dep->de_Attributes |= ATTR_HIDDEN; in msdosfs_setattr()[all …]
226 ldep->de_Attributes = ATTR_DIRECTORY; in deget()271 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget()370 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc()519 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()594 if (dep->de_Attributes & ATTR_DIRECTORY) in reinsert()
174 vdp, dp, dp->de_Attributes); in msdosfs_lookup_ino()742 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()852 if ((target->de_Attributes & ATTR_DIRECTORY) == 0 || in doscheckpath()853 (source->de_Attributes & ATTR_DIRECTORY) == 0) in doscheckpath()866 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) { in doscheckpath()
158 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()1002 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()1079 if (dep->de_Attributes & ATTR_DIRECTORY) in extendfile()
123 vn->vn_mode |= denode.de_Attributes & ATTR_READONLY ? 0 : 0222; in msdosfs_filestat()127 vn->vn_mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG; in msdosfs_filestat()142 if (denode.de_Attributes & ATTR_DIRECTORY) { in msdosfs_filestat()
128 ldep->de_Attributes = ATTR_DIRECTORY; in deget()167 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget()214 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc()341 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()
392 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ? in msdosfs_mkfile()624 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdire()
156 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()963 && (dep->de_Attributes & ATTR_DIRECTORY)) { in m_extendfile()1036 (dep->de_Attributes & ATTR_DIRECTORY)) { in m_extendfile()
178 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()