Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1499 __u32 dosattr, origattr; local1529 origattr = cifsInode->cifsAttrs;1530 if (origattr == 0)1531 origattr |= ATTR_NORMAL;1533 dosattr = origattr & ~ATTR_READONLY;1539 if (dosattr != origattr) {1553 dosattr = origattr; /* since not able to change them */1602 if (dosattr != origattr) {1603 info_buf->Attributes = cpu_to_le32(origattr);1606 cifsInode->cifsAttrs = origattr;[all …]