Searched refs:de_Attributes (Results 1 – 11 of 11) sorted by relevance
| /freebsd-12.1/sys/fs/msdosfs/ |
| H A D | msdosfs_vnops.c | 173 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 D | denode.h | 153 u_char de_Attributes; /* attributes, from directory entry */ member 189 (dep)->de_Attributes = (dp)->deAttributes, \ 203 (dp)->deAttributes = (dep)->de_Attributes, \ 213 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \ 226 (dep)->de_Attributes |= ATTR_ARCHIVE; \
|
| H A D | msdosfs_denode.c | 201 ldep->de_Attributes = ATTR_DIRECTORY; in deget() 246 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget() 344 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc() 492 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend() 535 if (dep->de_Attributes & ATTR_DIRECTORY) in reinsert()
|
| H A D | msdosfs_lookup.c | 153 vdp, dp, dp->de_Attributes); in msdosfs_lookup_() 707 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde() 813 if ((target->de_Attributes & ATTR_DIRECTORY) == 0 || in doscheckpath() 814 (source->de_Attributes & ATTR_DIRECTORY) == 0) { in doscheckpath() 833 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) { in doscheckpath()
|
| H A D | msdosfs_fat.c | 154 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap() 989 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile() 1066 if (dep->de_Attributes & ATTR_DIRECTORY) in extendfile()
|
| /freebsd-12.1/usr.sbin/makefs/msdos/ |
| H A D | denode.h | 153 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), \
|
| H A D | msdosfs_denode.c | 134 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() 352 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()
|
| H A D | msdosfs_vnops.c | 395 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ? in msdosfs_mkfile() 625 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdire()
|
| H A D | msdosfs_fat.c | 160 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap() 967 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile() 1040 (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()
|
| H A D | msdosfs_lookup.c | 183 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()
|
| /freebsd-12.1/lib/libprocstat/ |
| H A D | msdosfs.c | 122 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()
|