Searched refs:origattr (Results 1 – 1 of 1) sorted by relevance
1472 __u32 dosattr, origattr; local1502 origattr = cifsInode->cifsAttrs;1503 if (origattr == 0)1504 origattr |= ATTR_NORMAL;1506 dosattr = origattr & ~ATTR_READONLY;1512 if (dosattr != origattr) {1526 dosattr = origattr; /* since not able to change them */1575 if (dosattr != origattr) {1576 info_buf->Attributes = cpu_to_le32(origattr);1579 cifsInode->cifsAttrs = origattr;[all …]