Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1456 __u32 dosattr, origattr; local1486 origattr = cifsInode->cifsAttrs;1487 if (origattr == 0)1488 origattr |= ATTR_NORMAL;1490 dosattr = origattr & ~ATTR_READONLY;1496 if (dosattr != origattr) {1510 dosattr = origattr; /* since not able to change them */1559 if (dosattr != origattr) {1560 info_buf->Attributes = cpu_to_le32(origattr);1563 cifsInode->cifsAttrs = origattr;[all …]