Home
last modified time | relevance | path

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

/freebsd/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), \
231 (dep)->de_Attributes |= ATTR_ARCHIVE; \
H A Dmsdosfs_vnops.c167 ndirent.de_Attributes = ATTR_ARCHIVE; in msdosfs_create()
269 if (dep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_getattr()
284 if (dep->de_Attributes & ATTR_READONLY) in msdosfs_getattr()
305 if (dep->de_Attributes & ATTR_ARCHIVE) in msdosfs_getattr()
307 if (dep->de_Attributes & ATTR_HIDDEN) in msdosfs_getattr()
309 if (dep->de_Attributes & ATTR_READONLY) in msdosfs_getattr()
311 if (dep->de_Attributes & ATTR_SYSTEM) in msdosfs_getattr()
392 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()
394 dep->de_Attributes &= ~ATTR_ARCHIVE; in msdosfs_setattr()
396 dep->de_Attributes |= ATTR_HIDDEN; in msdosfs_setattr()
[all …]
H A Dmsdosfs_denode.c226 ldep->de_Attributes = ATTR_DIRECTORY; in deget()
271 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget()
370 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc()
519 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()
594 if (dep->de_Attributes & ATTR_DIRECTORY) in reinsert()
H A Dmsdosfs_lookup.c174 vdp, dp, dp->de_Attributes); in msdosfs_lookup_ino()
742 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()
852 if ((target->de_Attributes & ATTR_DIRECTORY) == 0 || in doscheckpath()
853 (source->de_Attributes & ATTR_DIRECTORY) == 0) in doscheckpath()
866 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) { in doscheckpath()
H A Dmsdosfs_fat.c158 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()
1002 && (dep->de_Attributes & ATTR_DIRECTORY)) { in extendfile()
1079 if (dep->de_Attributes & ATTR_DIRECTORY) in extendfile()
/freebsd/lib/libprocstat/
H A Dmsdosfs.c123 vn->vn_mode |= denode.de_Attributes & ATTR_READONLY ? 0 : 0222; in msdosfs_filestat()
127 vn->vn_mode |= denode.de_Attributes & ATTR_DIRECTORY ? S_IFDIR : S_IFREG; in msdosfs_filestat()
142 if (denode.de_Attributes & ATTR_DIRECTORY) { in msdosfs_filestat()
/freebsd/usr.sbin/makefs/msdos/
H A Dmsdosfs_denode.c128 ldep->de_Attributes = ATTR_DIRECTORY; in deget()
167 if (ldep->de_Attributes & ATTR_DIRECTORY) { in deget()
214 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in detrunc()
341 if (dep->de_Attributes & ATTR_DIRECTORY) in deextend()
H A Dmsdosfs_vnops.c392 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ? in msdosfs_mkfile()
624 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdire()
H A Dmsdosfs_fat.c156 if (dep->de_Attributes & ATTR_DIRECTORY) { in pcbmap()
963 && (dep->de_Attributes & ATTR_DIRECTORY)) { in m_extendfile()
1036 (dep->de_Attributes & ATTR_DIRECTORY)) { in m_extendfile()
H A Dmsdosfs_lookup.c178 if (dep->de_Attributes & ATTR_DIRECTORY) { in createde()