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), \225 (dep)->de_Attributes |= ATTR_ARCHIVE; \
173 ndirent.de_Attributes = ATTR_ARCHIVE; in msdosfs_create()311 if (dep->de_Attributes & ATTR_ARCHIVE) in msdosfs_getattr()313 if (dep->de_Attributes & ATTR_HIDDEN) in msdosfs_getattr()317 if (dep->de_Attributes & ATTR_SYSTEM) in msdosfs_getattr()395 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()399 dep->de_Attributes |= ATTR_HIDDEN; in msdosfs_setattr()401 dep->de_Attributes &= ~ATTR_HIDDEN; in msdosfs_setattr()410 dep->de_Attributes |= ATTR_SYSTEM; in msdosfs_setattr()412 dep->de_Attributes &= ~ATTR_SYSTEM; in msdosfs_setattr()489 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()[all …]
220 ldep->de_Attributes = ATTR_DIRECTORY; in deget()265 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget()363 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc()511 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()554 if (dep->de_Attributes & ATTR_DIRECTORY) in reinsert()
175 vdp, dp, dp->de_Attributes); in msdosfs_lookup_ino()743 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()853 if ((target->de_Attributes & ATTR_DIRECTORY) == 0 || in doscheckpath()854 (source->de_Attributes & ATTR_DIRECTORY) == 0) in doscheckpath()867 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) { in doscheckpath()
153 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()997 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()1074 if (dep->de_Attributes & ATTR_DIRECTORY) in extendfile()
122 vn->vn_mode |= denode.de_Attributes & ATTR_READONLY ? 0 : 0222; in msdosfs_filestat()126 vn->vn_mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG; in msdosfs_filestat()141 if (denode.de_Attributes & ATTR_DIRECTORY) { in msdosfs_filestat()
134 ldep->de_Attributes = ATTR_DIRECTORY; in deget()173 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget()221 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc()349 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()
397 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ? in msdosfs_mkfile()627 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdire()
160 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()964 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()1037 (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()
182 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()