Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1158 __u32 dosattr, origattr; local1188 origattr = cifsInode->cifsAttrs;1189 if (origattr == 0)1190 origattr |= ATTR_NORMAL;1192 dosattr = origattr & ~ATTR_READONLY;1198 if (dosattr != origattr) {1212 dosattr = origattr; /* since not able to change them */1261 if (dosattr != origattr) {1262 info_buf->Attributes = cpu_to_le32(origattr);1265 cifsInode->cifsAttrs = origattr;[all …]