Searched refs:ndctl (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/fs/ |
D | Kconfig | 62 using the ndctl utility: 64 # ndctl create-namespace --force --reconfig=namespace0.0 \ 69 https://docs.pmem.io/ndctl-user-guide/ndctl-man-pages/ndctl-create-namespace 71 For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
|
/linux-6.1.9/Documentation/nvdimm/ |
D | maintainer-entry-profile.rst | 30 There are unit tests for the subsystem via the ndctl utility: 31 https://github.com/pmem/ndctl
|
/linux-6.1.9/include/linux/ |
D | libnvdimm.h | 84 ndctl_fn ndctl; member 299 return nd_desc->ndctl(nd_desc, nvdimm, cmd, buf, buf_len, cmd_rc); in nvdimm_ctl()
|
/linux-6.1.9/Documentation/driver-api/nvdimm/ |
D | btt.rst | 277 'ndctl' utility [1]: 279 For example, the ndctl command line to setup a btt with a 4k sector size is:: 281 ndctl create-namespace -f -e namespace0.0 -m sector -l 4k 283 See ndctl create-namespace --help for more options. 285 [1]: https://github.com/pmem/ndctl
|
D | nvdimm.rst | 121 https://github.com/pmem/ndctl.git
|
/linux-6.1.9/drivers/nvdimm/ |
D | bus.c | 233 if (!nd_desc->ndctl) in nvdimm_clear_poison() 240 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_CAP, &ars_cap, in nvdimm_clear_poison() 258 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CLEAR_ERROR, &clear_err, in nvdimm_clear_poison() 1170 rc = nd_desc->ndctl(nd_desc, nvdimm, cmd, buf, buf_len, &cmd_rc); in __nd_ioctl()
|
D | dimm_devs.c | 74 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_init_nsarea() 110 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_get_config_data() 158 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_set_config_data()
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-bus-papr-pmem | 74 and are set by user-space tools like ndctl by issuing a PAPR DSM.
|
/linux-6.1.9/drivers/acpi/nfit/ |
D | intel.c | 453 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CALL, &nd_cmd, sizeof(nd_cmd), in intel_bus_fwa_businfo() 584 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CALL, &nd_cmd, sizeof(nd_cmd), in intel_bus_fwa_activate()
|
D | core.c | 2355 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_CAP, cmd, in ars_get_cap() 2383 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_START, &ars_start, in ars_start() 2406 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_START, &ars_start, in ars_continue() 2419 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_STATUS, ars_status, in ars_get_status() 3261 nd_desc->ndctl = acpi_nfit_ctl; in acpi_nfit_desc_init()
|
/linux-6.1.9/drivers/cxl/ |
D | pmem.c | 346 .ndctl = cxl_pmem_ctl, in cxl_nvdimm_bridge_probe()
|
/linux-6.1.9/tools/testing/nvdimm/test/ |
D | ndtest.c | 815 p->bus_desc.ndctl = ndtest_ctl; in ndtest_bus_register()
|
D | nfit.c | 2914 .ndctl = acpi_nfit_ctl, in nfit_ctl_test() 3201 nd_desc->ndctl = nfit_test_ctl; in nfit_test_probe()
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | papr_scm.c | 1246 p->bus_desc.ndctl = papr_scm_ndctl; in papr_scm_nvdimm_init()
|
/linux-6.1.9/ |
D | MAINTAINERS | 11731 F: include/uapi/linux/ndctl.h
|