de_Attributes 154 msdosfs/denode.h u_char de_Attributes; /* attributes, from directory entry */ de_Attributes 193 msdosfs/denode.h (dep)->de_Attributes = (dp)->deAttributes, \ de_Attributes 206 msdosfs/denode.h (dp)->deAttributes = (dep)->de_Attributes, \ de_Attributes 216 msdosfs/denode.h ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize),\ de_Attributes 233 msdosfs/denode.h (dep)->de_Attributes |= ATTR_ARCHIVE; \ de_Attributes 278 msdosfs/msdosfs_denode.c ldep->de_Attributes = ATTR_DIRECTORY; de_Attributes 312 msdosfs/msdosfs_denode.c if (ldep->de_Attributes & ATTR_DIRECTORY) { de_Attributes 354 msdosfs/msdosfs_denode.c if (dep->de_Attributes & ATTR_DIRECTORY) de_Attributes 388 msdosfs/msdosfs_denode.c int isadir = dep->de_Attributes & ATTR_DIRECTORY; de_Attributes 538 msdosfs/msdosfs_denode.c if (dep->de_Attributes & ATTR_DIRECTORY) de_Attributes 580 msdosfs/msdosfs_denode.c if (dep->de_Attributes & ATTR_DIRECTORY) de_Attributes 173 msdosfs/msdosfs_fat.c if (dep->de_Attributes & ATTR_DIRECTORY) { de_Attributes 1005 msdosfs/msdosfs_fat.c && (dep->de_Attributes & ATTR_DIRECTORY)) { de_Attributes 1078 msdosfs/msdosfs_fat.c if (dep->de_Attributes & ATTR_DIRECTORY) de_Attributes 130 msdosfs/msdosfs_lookup.c vdp, dp, dp->de_Attributes); de_Attributes 136 msdosfs/msdosfs_lookup.c if ((dp->de_Attributes & ATTR_DIRECTORY) == 0) de_Attributes 703 msdosfs/msdosfs_lookup.c if (dep->de_Attributes & ATTR_DIRECTORY) { de_Attributes 812 msdosfs/msdosfs_lookup.c if ((target->de_Attributes & ATTR_DIRECTORY) == 0 || de_Attributes 813 msdosfs/msdosfs_lookup.c (source->de_Attributes & ATTR_DIRECTORY) == 0) { de_Attributes 832 msdosfs/msdosfs_lookup.c if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) { de_Attributes 146 msdosfs/msdosfs_vnops.c ndirent.de_Attributes = (ap->a_vap->va_mode & VWRITE) ? de_Attributes 223 msdosfs/msdosfs_vnops.c if ((dep->de_Attributes & ATTR_READONLY) == 0) de_Attributes 226 msdosfs/msdosfs_vnops.c if (dep->de_Attributes & ATTR_DIRECTORY de_Attributes 282 msdosfs/msdosfs_vnops.c if (dep->de_Attributes & ATTR_DIRECTORY) { de_Attributes 305 msdosfs/msdosfs_vnops.c ((dep->de_Attributes & ATTR_READONLY) ? 0 : (S_IWUSR|S_IWGRP|S_IWOTH)); de_Attributes 307 msdosfs/msdosfs_vnops.c if (dep->de_Attributes & ATTR_DIRECTORY) { de_Attributes 329 msdosfs/msdosfs_vnops.c if ((dep->de_Attributes & ATTR_ARCHIVE) == 0) de_Attributes 391 msdosfs/msdosfs_vnops.c dep->de_Attributes |= ATTR_ARCHIVE; de_Attributes 405 msdosfs/msdosfs_vnops.c dep->de_Attributes &= ~ATTR_READONLY; de_Attributes 407 msdosfs/msdosfs_vnops.c dep->de_Attributes |= ATTR_READONLY; de_Attributes 418 msdosfs/msdosfs_vnops.c dep->de_Attributes &= ~ATTR_ARCHIVE; de_Attributes 420 msdosfs/msdosfs_vnops.c dep->de_Attributes |= ATTR_ARCHIVE; de_Attributes 452 msdosfs/msdosfs_vnops.c isadir = dep->de_Attributes & ATTR_DIRECTORY; de_Attributes 918 msdosfs/msdosfs_vnops.c if (ip->de_Attributes & ATTR_DIRECTORY) { de_Attributes 987 msdosfs/msdosfs_vnops.c if (xp->de_Attributes & ATTR_DIRECTORY) { de_Attributes 1273 msdosfs/msdosfs_vnops.c ndirent.de_Attributes = ATTR_DIRECTORY; de_Attributes 1410 msdosfs/msdosfs_vnops.c if ((dep->de_Attributes & ATTR_DIRECTORY) == 0)