Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1471 __u32 dosattr, origattr; local1501 origattr = cifsInode->cifsAttrs;1502 if (origattr == 0)1503 origattr |= ATTR_NORMAL;1505 dosattr = origattr & ~ATTR_READONLY;1511 if (dosattr != origattr) {1525 dosattr = origattr; /* since not able to change them */1574 if (dosattr != origattr) {1575 info_buf->Attributes = cpu_to_le32(origattr);1578 cifsInode->cifsAttrs = origattr;[all …]