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

/linux-master/drivers/nvdimm/
H A Ddax_devs.c96 if (ndns->force_raw)
H A Dbtt_devs.c342 if (ndns->force_raw)
H A Dnamespace_devs.c105 if (ndns->force_raw)
1349 bool force_raw; local
1350 int rc = kstrtobool(buf, &force_raw);
1355 to_ndns(dev)->force_raw = force_raw;
1362 return sprintf(buf, "%d\n", to_ndns(dev)->force_raw);
1364 static DEVICE_ATTR_RW(force_raw);
H A Dpfn_devs.c630 if (ndns->force_raw)
/linux-master/include/linux/
H A Dnd.h95 * @force_raw: ignore other personalities for the namespace (e.g. btt)
102 int force_raw; member in struct:nd_namespace_common

Completed in 122 milliseconds