Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1454 __u32 dosattr, origattr; local1484 origattr = cifsInode->cifsAttrs;1485 if (origattr == 0)1486 origattr |= ATTR_NORMAL;1488 dosattr = origattr & ~ATTR_READONLY;1494 if (dosattr != origattr) {1508 dosattr = origattr; /* since not able to change them */1557 if (dosattr != origattr) {1558 info_buf->Attributes = cpu_to_le32(origattr);1561 cifsInode->cifsAttrs = origattr;[all …]