Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1505 __u32 dosattr, origattr; local1535 origattr = cifsInode->cifsAttrs;1536 if (origattr == 0)1537 origattr |= ATTR_NORMAL;1539 dosattr = origattr & ~ATTR_READONLY;1545 if (dosattr != origattr) {1559 dosattr = origattr; /* since not able to change them */1608 if (dosattr != origattr) {1609 info_buf->Attributes = cpu_to_le32(origattr);1612 cifsInode->cifsAttrs = origattr;[all …]