Home
last modified time | relevance | path

Searched refs:de_Attributes (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/sys/msdosfs/
Ddenode.h154 u_char de_Attributes; /* attributes, from directory entry */ member
193 (dep)->de_Attributes = (dp)->deAttributes, \
206 (dp)->deAttributes = (dep)->de_Attributes, \
216 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize),\
233 (dep)->de_Attributes |= ATTR_ARCHIVE; \
Dmsdosfs_vnops.c152 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;
[all …]
Dmsdosfs_denode.c280 ldep->de_Attributes = ATTR_DIRECTORY;
314 if (ldep->de_Attributes & ATTR_DIRECTORY) {
356 if (dep->de_Attributes & ATTR_DIRECTORY)
390 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
540 if (dep->de_Attributes & ATTR_DIRECTORY)
582 if (dep->de_Attributes & ATTR_DIRECTORY)
Dmsdosfs_lookup.c134 vdp, dp, dp->de_Attributes);
140 if ((dp->de_Attributes & ATTR_DIRECTORY) == 0)
693 if (dep->de_Attributes & ATTR_DIRECTORY) {
802 if ((target->de_Attributes & ATTR_DIRECTORY) == 0 ||
803 (source->de_Attributes & ATTR_DIRECTORY) == 0) {
822 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) {
Dmsdosfs_fat.c175 if (dep->de_Attributes & ATTR_DIRECTORY) {
1006 && (dep->de_Attributes & ATTR_DIRECTORY)) {
1079 if (dep->de_Attributes & ATTR_DIRECTORY)