Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
994 __u32 dosattr, origattr; local1018 origattr = cifsInode->cifsAttrs;1019 if (origattr == 0)1020 origattr |= ATTR_NORMAL;1022 dosattr = origattr & ~ATTR_READONLY;1028 if (dosattr != origattr) {1042 dosattr = origattr; /* since not able to change them */1092 if (dosattr != origattr) {1093 info_buf->Attributes = cpu_to_le32(origattr);1096 cifsInode->cifsAttrs = origattr;[all …]