OVL_TYPE_UPPER
return OVL_TYPE_MERGE(type) || !OVL_TYPE_UPPER(type);
if (!OVL_TYPE_UPPER(type) || (datasync && OVL_TYPE_MERGE(type)))
if (!OVL_TYPE_UPPER(type)) {
od->is_upper = OVL_TYPE_UPPER(type);
} else if (xinobits && !OVL_TYPE_UPPER(type)) {
if (!OVL_TYPE_UPPER(ovl_path_type(dentry)))
if (!OVL_TYPE_UPPER(type))
if (!OVL_TYPE_UPPER(type) || OVL_TYPE_MERGE(type))