Searched refs:deAttributes (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c280 if (dep->deAttributes == ATTR_WIN95) {
302 if (dep->deAttributes & ATTR_VOLUME) {
431 isadir = dep->deAttributes & ATTR_DIRECTORY;
757 (dentp->deAttributes & ATTR_VOLUME) == 0) {
844 if ((ep->deAttributes & ATTR_DIRECTORY) == 0 ||
972 if (ep->deAttributes != ATTR_WIN95
989 || ep->deAttributes != ATTR_WIN95)
1056 if (dentp->deAttributes & ATTR_VOLUME)
H A Ddirentry.h63 uint8_t deAttributes; /* file attributes */ member in struct:direntry
H A Ddenode.h189 (dep)->de_Attributes = (dp)->deAttributes, \
203 (dp)->deAttributes = (dep)->de_Attributes, \
H A Dmsdosfs_vnops.c1614 dentp, prev, crnt, dentp->deName[0], dentp->deAttributes);
1635 if (dentp->deAttributes == ATTR_WIN95) {
1646 if (dentp->deAttributes & ATTR_VOLUME) {
1656 if (dentp->deAttributes & ATTR_DIRECTORY) {
/freebsd-12-stable/usr.sbin/makefs/msdos/
H A Ddenode.h188 (dep)->de_Attributes = (dp)->deAttributes, \
202 (dp)->deAttributes = (dep)->de_Attributes, \
H A Ddirentry.h63 uint8_t deAttributes; /* file attributes */ member in struct:direntry
H A Dmsdosfs_vnops.c260 if (dep->deAttributes == ATTR_WIN95) {
275 if (dep->deAttributes & ATTR_VOLUME) {
H A Dmsdosfs_lookup.c293 if (dentp->deAttributes & ATTR_VOLUME)
/freebsd-12-stable/sbin/newfs_msdos/
H A Dmkfs_msdos.c140 u_int8_t deAttributes; /* attributes */ member in struct:de
738 mk1(de->deAttributes, 050);

Completed in 210 milliseconds