Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/msdosfs/
H A Ddenode.h153 u_char de_Attributes; /* attributes, from directory entry */ member
188 (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; \
H A Dmsdosfs_vnops.c173 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 …]
H A Dmsdosfs_denode.c220 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()
H A Dmsdosfs_lookup.c175 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()
H A Dmsdosfs_fat.c153 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()
/freebsd-13.1/lib/libprocstat/
H A Dmsdosfs.c122 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()
/freebsd-13.1/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c134 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()
H A Dmsdosfs_vnops.c397 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ? in msdosfs_mkfile()
627 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdire()
H A Dmsdosfs_fat.c160 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()
964 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()
1037 (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()
H A Dmsdosfs_lookup.c182 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()