Lines Matching refs:de_Attributes
167 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()
398 dep->de_Attributes &= ~ATTR_HIDDEN; in msdosfs_setattr()
402 dep->de_Attributes |= ATTR_READONLY; in msdosfs_setattr()
404 dep->de_Attributes &= ~ATTR_READONLY; in msdosfs_setattr()
407 dep->de_Attributes |= ATTR_SYSTEM; in msdosfs_setattr()
409 dep->de_Attributes &= ~ATTR_SYSTEM; in msdosfs_setattr()
489 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()
508 dep->de_Attributes &= ~ATTR_READONLY; in msdosfs_setattr()
510 dep->de_Attributes |= ATTR_READONLY; in msdosfs_setattr()
511 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr()
555 isadir = dep->de_Attributes & ATTR_DIRECTORY; in msdosfs_read()
1079 if ((fip->de_Attributes & ATTR_DIRECTORY) != 0) { in msdosfs_rename()
1133 if ((tip->de_Attributes & ATTR_DIRECTORY) != 0) { in msdosfs_rename()
1195 if ((fip->de_Attributes & ATTR_DIRECTORY) != 0) in msdosfs_rename()
1419 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdir()
1533 if ((dep->de_Attributes & ATTR_DIRECTORY) == 0) in msdosfs_readdir()