Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1099 __u32 dosattr, origattr; local1129 origattr = cifsInode->cifsAttrs;1130 if (origattr == 0)1131 origattr |= ATTR_NORMAL;1133 dosattr = origattr & ~ATTR_READONLY;1139 if (dosattr != origattr) {1153 dosattr = origattr; /* since not able to change them */1202 if (dosattr != origattr) {1203 info_buf->Attributes = cpu_to_le32(origattr);1206 cifsInode->cifsAttrs = origattr;[all …]