Home
last modified time | relevance | path

Searched refs:force_raw (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/nvdimm/
H A Ddax_devs.c96 if (ndns->force_raw) in nd_dax_probe()
H A Dnamespace_devs.c120 if (ndns->force_raw) in pmem_should_map_pages()
1591 bool force_raw; in force_raw_store() local
1592 int rc = strtobool(buf, &force_raw); in force_raw_store()
1597 to_ndns(dev)->force_raw = force_raw; in force_raw_store()
1604 return sprintf(buf, "%d\n", to_ndns(dev)->force_raw); in force_raw_show()
1606 static DEVICE_ATTR_RW(force_raw);
H A Dbtt_devs.c338 if (ndns->force_raw) in nd_btt_probe()
H A Dpfn_devs.c621 if (ndns->force_raw) in nd_pfn_probe()
/kernel/linux/linux-5.10/include/linux/
H A Dnd.h42 * @force_raw: ignore other personalities for the namespace (e.g. btt)
49 int force_raw; member
/kernel/linux/linux-6.6/include/linux/
H A Dnd.h95 * @force_raw: ignore other personalities for the namespace (e.g. btt)
102 int force_raw; member
/kernel/linux/linux-6.6/drivers/nvdimm/
H A Ddax_devs.c96 if (ndns->force_raw) in nd_dax_probe()
H A Dnamespace_devs.c103 if (ndns->force_raw) in pmem_should_map_pages()
1341 bool force_raw; in force_raw_store() local
1342 int rc = kstrtobool(buf, &force_raw); in force_raw_store()
1347 to_ndns(dev)->force_raw = force_raw; in force_raw_store()
1354 return sprintf(buf, "%d\n", to_ndns(dev)->force_raw); in force_raw_show()
1356 static DEVICE_ATTR_RW(force_raw);
H A Dbtt_devs.c342 if (ndns->force_raw) in nd_btt_probe()
H A Dpfn_devs.c630 if (ndns->force_raw) in nd_pfn_probe()

Completed in 12 milliseconds