Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1474 __u32 dosattr, origattr; local1504 origattr = cifsInode->cifsAttrs;1505 if (origattr == 0)1506 origattr |= ATTR_NORMAL;1508 dosattr = origattr & ~ATTR_READONLY;1514 if (dosattr != origattr) {1528 dosattr = origattr; /* since not able to change them */1577 if (dosattr != origattr) {1578 info_buf->Attributes = cpu_to_le32(origattr);1581 cifsInode->cifsAttrs = origattr;[all …]