Home
last modified time | relevance | path

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

/freebsd-13.1/sys/fs/msdosfs/
H A Dmsdosfs_lookup.c301 if (dep->deAttributes == ATTR_WIN95) { in msdosfs_lookup_ino()
323 if (dep->deAttributes & ATTR_VOLUME) { in msdosfs_lookup_ino()
452 isadir = dep->deAttributes & ATTR_DIRECTORY; in msdosfs_lookup_ino()
792 (dentp->deAttributes & ATTR_VOLUME) == 0) { in dosdirempty()
878 if ((ep->deAttributes & ATTR_DIRECTORY) == 0 || in doscheckpath()
1007 if (ep->deAttributes != ATTR_WIN95 in removede()
1024 || ep->deAttributes != ATTR_WIN95) in removede()
1090 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.h63 uint8_t deAttributes; /* file attributes */ member
H A Dmsdosfs_vnops.c1648 dentp, prev, crnt, dentp->deName[0], dentp->deAttributes); in msdosfs_readdir()
1669 if (dentp->deAttributes == ATTR_WIN95) { in msdosfs_readdir()
1680 if (dentp->deAttributes & ATTR_VOLUME) { in msdosfs_readdir()
1690 if (dentp->deAttributes & ATTR_DIRECTORY) { in msdosfs_readdir()
/freebsd-13.1/usr.sbin/makefs/msdos/
H A Ddirentry.h63 uint8_t deAttributes; /* file attributes */ member
H A Dmsdosfs_vnops.c262 if (dep->deAttributes == ATTR_WIN95) { in msdosfs_findslot()
277 if (dep->deAttributes & ATTR_VOLUME) { in msdosfs_findslot()
H A Dmsdosfs_lookup.c292 if (dentp->deAttributes & ATTR_VOLUME) in uniqdosname()
/freebsd-13.1/sbin/newfs_msdos/
H A Dmkfs_msdos.c145 u_int8_t deAttributes; /* attributes */ member
751 mk1(de->deAttributes, 050); in mkfs_msdos()