Searched refs:ATTR_READONLY (Results 1 – 4 of 4) sorted by relevance
64 #define ATTR_READONLY 0x01 /* file is readonly */ macro
128 ASSERT((fatNode->de_Attributes & ATTR_READONLY) == 0); in _bwrite()291 = MOUNTED_READ_ONLY(fatVolume) || ((VTODE(vp))->de_Attributes & ATTR_READONLY) != 0; in getblkx()
1874 fatNode->de_Attributes |= ATTR_READONLY; in dosfs_wstat()1876 fatNode->de_Attributes &= ~ATTR_READONLY; in dosfs_wstat()2062 newDirentry.de_Attributes |= ATTR_READONLY; in dosfs_create()2175 if ((bsdVolume->mnt_flag & MNT_RDONLY) != 0 || (fatNode->de_Attributes & ATTR_READONLY) != 0) in dosfs_open()2552 newEntry.de_Attributes |= ATTR_READONLY; in dosfs_mkdir()
1182 if ((fatNode->de_Attributes & ATTR_READONLY) == 0) in mode_bits()