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

/openbsd-current/sys/msdosfs/
H A Ddenode.h154 u_char de_Attributes; /* attributes, from directory entry */ member in struct:denode
194 (dep)->de_Attributes = (dp)->deAttributes, \
208 (dp)->deAttributes = (dep)->de_Attributes, \
218 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize),\
233 (dep)->de_Attributes |= ATTR_ARCHIVE; \
H A Dmsdosfs_denode.c279 ldep->de_Attributes = ATTR_DIRECTORY;
313 if (ldep->de_Attributes & ATTR_DIRECTORY) {
355 if (dep->de_Attributes & ATTR_DIRECTORY)
385 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
531 if (dep->de_Attributes & ATTR_DIRECTORY)
572 if (dep->de_Attributes & ATTR_DIRECTORY)
H A Dmsdosfs_vnops.c151 ndirent.de_Attributes = (ap->a_vap->va_mode & VWRITE) ?
214 if ((dep->de_Attributes & ATTR_READONLY) == 0)
216 if (dep->de_Attributes & ATTR_DIRECTORY)
268 if (dep->de_Attributes & ATTR_DIRECTORY) {
291 if ((dep->de_Attributes & ATTR_READONLY) == 0)
293 if (dep->de_Attributes & ATTR_DIRECTORY) {
314 if ((dep->de_Attributes & ATTR_ARCHIVE) == 0)
383 dep->de_Attributes &= ~ATTR_ARCHIVE;
384 else if (!(dep->de_Attributes & ATTR_DIRECTORY))
385 dep->de_Attributes |
[all...]
H A Dmsdosfs_lookup.c129 vdp, dp, dp->de_Attributes);
135 if ((dp->de_Attributes & ATTR_DIRECTORY) == 0)
699 if (dep->de_Attributes & ATTR_DIRECTORY) {
805 if ((target->de_Attributes & ATTR_DIRECTORY) == 0 ||
806 (source->de_Attributes & ATTR_DIRECTORY) == 0) {
825 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) {
H A Dmsdosfs_fat.c167 if (dep->de_Attributes & ATTR_DIRECTORY) {
950 && (dep->de_Attributes & ATTR_DIRECTORY)) {
1030 if (dep->de_Attributes & ATTR_DIRECTORY)
/openbsd-current/usr.sbin/makefs/msdos/
H A Ddenode.h174 u_char de_Attributes; /* attributes, from directory entry */ member in struct:denode
213 (dep)->de_Attributes = (dp)->deAttributes, \
230 (dp)->deAttributes = (dep)->de_Attributes, \
239 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \
H A Dmsdosfs_denode.c128 ldep->de_Attributes = ATTR_DIRECTORY;
165 if (ldep->de_Attributes & ATTR_DIRECTORY) {
199 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
329 if (dep->de_Attributes & ATTR_DIRECTORY)
H A Dmsdosfs_vnops.c362 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ?
607 ndirent.de_Attributes = ATTR_DIRECTORY;
H A Dmsdosfs_lookup.c187 if (dep->de_Attributes & ATTR_DIRECTORY) {
H A Dmsdosfs_fat.c178 if (dep->de_Attributes & ATTR_DIRECTORY) {
987 && (dep->de_Attributes & ATTR_DIRECTORY)) {
1060 (dep->de_Attributes & ATTR_DIRECTORY)) {

Completed in 136 milliseconds