Searched refs:namespaces (Results 1 – 8 of 8) sorted by relevance
/drivers/staging/lustre/ |
D | sysfs-fs-lustre | 315 What: /sys/fs/lustre/ldlm/namespaces/<name>/resource_count 322 What: /sys/fs/lustre/ldlm/namespaces/<name>/lock_count 328 What: /sys/fs/lustre/ldlm/namespaces/<name>/lru_size 337 What: /sys/fs/lustre/ldlm/namespaces/<name>/lock_unused_count 344 What: /sys/fs/lustre/ldlm/namespaces/<name>/lru_max_age 351 What: /sys/fs/lustre/ldlm/namespaces/<name>/early_lock_cancel 364 What: /sys/fs/lustre/ldlm/namespaces/<name>/pool/granted 370 What: /sys/fs/lustre/ldlm/namespaces/<name>/pool/grant_rate 377 What: /sys/fs/lustre/ldlm/namespaces/<name>/pool/cancel_rate 384 What: /sys/fs/lustre/ldlm/namespaces/<name>/pool/grant_speed [all …]
|
/drivers/nvme/target/ |
D | core.c | 227 list_for_each_entry_rcu(ns, &ctrl->subsys->namespaces, dev_link) { in __nvmet_find_namespace() 295 if (list_empty(&subsys->namespaces)) { in nvmet_ns_enable() 296 list_add_tail_rcu(&ns->dev_link, &subsys->namespaces); in nvmet_ns_enable() 300 list_for_each_entry_rcu(old, &subsys->namespaces, dev_link) { in nvmet_ns_enable() 928 INIT_LIST_HEAD(&subsys->namespaces); in nvmet_subsys_alloc() 943 WARN_ON_ONCE(!list_empty(&subsys->namespaces)); in nvmet_subsys_free()
|
D | Kconfig | 9 controllers and export Linux block devices as NVMe namespaces.
|
D | admin-cmd.c | 76 list_for_each_entry_rcu(ns, &ctrl->subsys->namespaces, dev_link) { in nvmet_get_smart_log_all() 351 list_for_each_entry_rcu(ns, &ctrl->subsys->namespaces, dev_link) { in nvmet_execute_identify_nslist()
|
D | nvmet.h | 142 struct list_head namespaces; member
|
/drivers/nvme/host/ |
D | core.c | 1334 if (list_empty(&ctrl->namespaces)) { in nvme_dev_user_cmd() 1339 ns = list_first_entry(&ctrl->namespaces, struct nvme_ns, list); in nvme_dev_user_cmd() 1340 if (ns != list_last_entry(&ctrl->namespaces, struct nvme_ns, list)) { in nvme_dev_user_cmd() 1621 list_for_each_entry(ns, &ctrl->namespaces, list) { in nvme_find_get_ns() 1693 list_add_tail(&ns->list, &ctrl->namespaces); in nvme_alloc_ns() 1758 list_for_each_entry_safe(ns, next, &ctrl->namespaces, list) { in nvme_remove_invalid_namespaces() 1836 list_sort(NULL, &ctrl->namespaces, ns_cmp); in nvme_scan_work() 1870 list_for_each_entry_safe(ns, next, &ctrl->namespaces, list) in nvme_remove_namespaces() 1995 INIT_LIST_HEAD(&ctrl->namespaces); in nvme_init_ctrl() 2047 list_for_each_entry(ns, &ctrl->namespaces, list) { in nvme_kill_queues() [all …]
|
D | nvme.h | 108 struct list_head namespaces; member
|
/drivers/nvdimm/ |
D | Kconfig | 11 namespaces (/dev/pmemX) and BLK (sliding mmio window(s)) 12 namespaces (/dev/ndblkX.Y). A PMEM namespace refers to a
|