Home
last modified time | relevance | path

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

/src/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c302 if (dep->deAttributes == ATTR_WIN95) { in msdosfs_lookup_ino()
324 if (dep->deAttributes & ATTR_VOLUME) { in msdosfs_lookup_ino()
450 isadir = dep->deAttributes & ATTR_DIRECTORY; in msdosfs_lookup_ino()
791 (dentp->deAttributes & ATTR_VOLUME) == 0) { in dosdirempty()
876 if ((ep->deAttributes & ATTR_DIRECTORY) == 0 || in doscheckpath()
1005 if (ep->deAttributes != ATTR_WIN95 in removede()
1023 || ep->deAttributes != ATTR_WIN95) in removede()
1089 if (dentp->deAttributes & ATTR_VOLUME) in uniqdosname()
H A Ddenode.h188 (dep)->de_Attributes = (dp)->deAttributes, \
202 (dp)->deAttributes = (dep)->de_Attributes, \
H A Ddirentry.h62 uint8_t deAttributes; /* file attributes */ member
H A Dmsdosfs_vfsops.c477 else if (dep->deAttributes == ATTR_WIN95) in rootdir_free()
480 else if (dep->deAttributes & ATTR_VOLUME) in rootdir_free()
483 else if (dep->deAttributes & ATTR_DIRECTORY) in rootdir_free()
H A Dmsdosfs_vnops.c1658 dentp, prev, crnt, dentp->deName[0], dentp->deAttributes); in msdosfs_readdir()
1681 if (dentp->deAttributes == ATTR_WIN95) { in msdosfs_readdir()
1692 if (dentp->deAttributes & ATTR_VOLUME) { in msdosfs_readdir()
1702 if (dentp->deAttributes & ATTR_DIRECTORY) { in msdosfs_readdir()
/src/usr.sbin/makefs/msdos/
H A Ddirentry.h62 uint8_t deAttributes; /* file attributes */ member
H A Dmsdosfs_vnops.c255 if (dep->deAttributes == ATTR_WIN95) { in msdosfs_findslot()
270 if (dep->deAttributes & ATTR_VOLUME) { in msdosfs_findslot()
H A Dmsdosfs_lookup.c288 if (dentp->deAttributes & ATTR_VOLUME) in uniqdosname()
/src/sbin/newfs_msdos/
H A Dmkfs_msdos.c142 u_int8_t deAttributes; /* attributes */ member
757 mk1(de->deAttributes, 050); in mkfs_msdos()