Searched refs:force_raw (Results 1 – 5 of 5) sorted by relevance
96 if (ndns->force_raw) in nd_dax_probe()
105 if (ndns->force_raw) in pmem_should_map_pages()1343 bool force_raw; in force_raw_store() local1344 int rc = kstrtobool(buf, &force_raw); in force_raw_store()1349 to_ndns(dev)->force_raw = force_raw; in force_raw_store()1356 return sprintf(buf, "%d\n", to_ndns(dev)->force_raw); in force_raw_show()1358 static DEVICE_ATTR_RW(force_raw);
335 if (ndns->force_raw) in nd_btt_probe()
620 if (ndns->force_raw) in nd_pfn_probe()
98 int force_raw; member