Searched refs:de_Attributes (Results 1 – 8 of 8) sorted by relevance
133 ldep->de_Attributes = ATTR_DIRECTORY; in msdosfs_deget()171 if (ldep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_deget()206 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in msdosfs_detrunc()336 if (dep->de_Attributes & ATTR_DIRECTORY) in msdosfs_deextend()
388 ndirent.de_Attributes = (st->st_mode & S_IWUSR) ? in msdosfs_mkfile()634 ndirent.de_Attributes = ATTR_DIRECTORY; in msdosfs_mkdire()
183 u_char de_Attributes; /* attributes, from directory entry */ member223 (dep)->de_Attributes = (dp)->deAttributes, \241 (dp)->deAttributes = (dep)->de_Attributes, \250 ((dep)->de_Attributes & ATTR_DIRECTORY) ? 0 : (dep)->de_FileSize), \
143 ndirent.de_Attributes = (ap->a_vap->va_mode & S_IWUSR) ? in msdosfs_create() 213 if ((dep->de_Attributes & ATTR_READONLY) == 0) in msdosfs_check_permitted() 268 if (dep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_getattr() 279 if ((dep->de_Attributes & ATTR_READONLY) == 0) in msdosfs_getattr() 302 if ((dep->de_Attributes & ATTR_ARCHIVE) == 0) { in msdosfs_getattr() 385 dep->de_Attributes |= ATTR_ARCHIVE; in msdosfs_setattr() 405 dep->de_Attributes &= ~ATTR_READONLY; in msdosfs_setattr() 407 dep->de_Attributes |= ATTR_READONLY; in msdosfs_setattr() 424 dep->de_Attributes &= ~ATTR_ARCHIVE; in msdosfs_setattr() 426 dep->de_Attributes | in msdosfs_setattr() [all...]
259 ldep->de_Attributes = ATTR_DIRECTORY; in msdosfs_loadvnode()297 if (ldep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_loadvnode()352 int isadir = dep->de_Attributes & ATTR_DIRECTORY; in msdosfs_detrunc()494 if (dep->de_Attributes & ATTR_DIRECTORY) in msdosfs_deextend()
231 if (VTODE(vp)->de_Attributes & ATTR_READONLY) in msdosfs_vnode_mode()422 ((VTODE(fvp)->de_Attributes & ATTR_DIRECTORY) != 0)); in msdosfs_gro_rename()425 ((VTODE(fvp)->de_Attributes & ATTR_DIRECTORY) != 0))); in msdosfs_gro_rename()
218 if (dep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_pcbmap()1033 && (dep->de_Attributes & ATTR_DIRECTORY)) { in msdosfs_extendfile()1106 (dep->de_Attributes & ATTR_DIRECTORY)) { in msdosfs_extendfile()
139 vdp, dp, dp->de_Attributes); in msdosfs_lookup()684 if (dep->de_Attributes & ATTR_DIRECTORY) { in msdosfs_createde()