HomeSort by: relevance | last modified time | path
    Searched refs:de_Attributes (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/fs/msdosfs/
denode.h 183 u_char de_Attributes; /* attributes, from directory entry */
223 (dep)->de_Attributes = (dp)->deAttributes, \
241 (dp)->deAttributes = (dep)->de_Attributes, \
250 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \
msdosfs_vnops.c 143 ndirent.de_Attributes = (ap->a_vap->va_mode & S_IWUSR) ?
213 if ((dep->de_Attributes & ATTR_READONLY) == 0)
268 if (dep->de_Attributes & ATTR_DIRECTORY) {
279 if ((dep->de_Attributes & ATTR_READONLY) == 0)
302 if ((dep->de_Attributes & ATTR_ARCHIVE) == 0) {
385 dep->de_Attributes |= ATTR_ARCHIVE;
405 dep->de_Attributes &= ~ATTR_READONLY;
407 dep->de_Attributes |= ATTR_READONLY;
424 dep->de_Attributes &= ~ATTR_ARCHIVE;
426 dep->de_Attributes |= ATTR_ARCHIVE
    [all...]
msdosfs_denode.c 259 ldep->de_Attributes = ATTR_DIRECTORY;
297 if (ldep->de_Attributes & ATTR_DIRECTORY) {
352 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
494 if (dep->de_Attributes & ATTR_DIRECTORY)
msdosfs_rename.c 231 if (VTODE(vp)->de_Attributes & ATTR_READONLY)
422 ((VTODE(fvp)->de_Attributes & ATTR_DIRECTORY) != 0));
425 ((VTODE(fvp)->de_Attributes & ATTR_DIRECTORY) != 0)));
msdosfs_fat.c 218 if (dep->de_Attributes & ATTR_DIRECTORY) {
1033 && (dep->de_Attributes & ATTR_DIRECTORY)) {
1106 (dep->de_Attributes & ATTR_DIRECTORY)) {
msdosfs_lookup.c 139 vdp, dp, dp->de_Attributes);
684 if (dep->de_Attributes & ATTR_DIRECTORY) {
  /src/usr.sbin/makefs/msdos/
msdosfs_denode.c 133 ldep->de_Attributes = ATTR_DIRECTORY;
171 if (ldep->de_Attributes & ATTR_DIRECTORY) {
206 int isadir = dep->de_Attributes & ATTR_DIRECTORY;
336 if (dep->de_Attributes & ATTR_DIRECTORY)
msdosfs_vnops.c 388 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ?
634 ndirent.de_Attributes = ATTR_DIRECTORY;

Completed in 17 milliseconds