Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1204 __u32 dosattr, origattr; local1234 origattr = cifsInode->cifsAttrs;1235 if (origattr == 0)1236 origattr |= ATTR_NORMAL;1238 dosattr = origattr & ~ATTR_READONLY;1244 if (dosattr != origattr) {1258 dosattr = origattr; /* since not able to change them */1307 if (dosattr != origattr) {1308 info_buf->Attributes = cpu_to_le32(origattr);1311 cifsInode->cifsAttrs = origattr;[all …]