/Linux-v4.19/fs/configfs/ |
D | item.c | 103 item->ci_type = type; in config_item_init_type_name() 112 group->cg_item.ci_type = type; in config_group_init_type_name() 135 const struct config_item_type *t = item->ci_type; in config_item_cleanup()
|
D | dir.c | 587 const struct config_item_type *t = item->ci_type; in populate_attrs() 906 type = parent_item->ci_type; in client_disconnect_notify() 925 type = parent_item->ci_type; in client_drop_item() 1285 type = parent_item->ci_type; in configfs_mkdir() 1301 if (!subsys->su_group.cg_item.ci_type) { in configfs_mkdir() 1305 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_mkdir() 1354 type = item->ci_type; in configfs_mkdir() 1447 if (!parent_item->ci_type) { in configfs_rmdir() 1453 BUG_ON(!subsys->su_group.cg_item.ci_type); in configfs_rmdir() 1454 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_rmdir() [all …]
|
D | symlink.c | 153 type = parent_item->ci_type; in configfs_symlink() 199 type = parent_item->ci_type; in configfs_unlink()
|
D | file.c | 387 if (item->ci_type) in check_perm() 388 ops = item->ci_type->ct_item_ops; in check_perm()
|
/Linux-v4.19/samples/configfs/ |
D | configfs_sample.c | 128 .ci_type = &childless_type, 275 .ci_type = &simple_children_type, 344 .ci_type = &group_children_type,
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-configfs.c | 28 .ci_type = &iio_root_group_type,
|
/Linux-v4.19/drivers/hwtracing/stm/ |
D | policy.c | 191 if (group->cg_item.ci_type == &stp_policy_type) { in stp_policy_node_make() 384 .ci_type = &stp_policies_type,
|
/Linux-v4.19/drivers/target/ |
D | target_core_fabric_configfs.c | 85 if (!lun_ci->ci_type || in target_fabric_mappedlun_link() 86 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) { in target_fabric_mappedlun_link() 639 if (!se_dev_ci->ci_type || in target_fabric_port_link() 640 se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) { in target_fabric_port_link()
|
D | target_core_configfs.c | 322 .ci_type = &target_core_fabrics_item,
|
/Linux-v4.19/drivers/acpi/ |
D | acpi_configfs.c | 253 .ci_type = &acpi_root_group_type,
|
/Linux-v4.19/include/linux/ |
D | configfs.h | 61 const struct config_item_type *ci_type; member
|
/Linux-v4.19/drivers/infiniband/core/ |
D | cma_configfs.c | 335 .ci_type = &cma_subsys_type,
|
/Linux-v4.19/drivers/nvme/target/ |
D | configfs.c | 578 if (target->ci_type != &nvmet_subsys_type) { in nvmet_port_subsys_allow_link() 654 if (target->ci_type != &nvmet_host_type) { in nvmet_allowed_hosts_allow_link() 1237 .ci_type = &nvmet_root_type,
|
/Linux-v4.19/drivers/pci/endpoint/ |
D | pci-ep-cfs.c | 503 .ci_type = &pci_ep_type,
|
/Linux-v4.19/drivers/media/pci/cx23885/ |
D | cx23885.h | 228 int ci_type; /* for NetUP */ member
|
D | cx23885-cards.c | 311 .ci_type = 1, 531 .ci_type = 2,
|
D | cx23885-core.c | 1080 if (cx23885_boards[dev->board].ci_type > 0) in cx23885_dev_setup() 1883 if (cx23885_boards[dev->board].ci_type == 1 && in cx23885_irq() 1887 if (cx23885_boards[dev->board].ci_type == 2 && in cx23885_irq()
|
/Linux-v4.19/drivers/misc/ |
D | spear13xx_pcie_gadget.c | 681 cg_item->ci_type = &pcie_gadget_target_type; in spear_pcie_gadget_probe()
|
/Linux-v4.19/drivers/net/ |
D | netconsole.c | 695 .ci_type = &netconsole_subsys_type,
|
/Linux-v4.19/fs/ocfs2/cluster/ |
D | nodemanager.c | 772 .ci_type = &o2nm_cluster_group_type,
|
/Linux-v4.19/fs/dlm/ |
D | config.c | 536 .ci_type = &clusters_type,
|
/Linux-v4.19/drivers/usb/gadget/ |
D | configfs.c | 1489 .ci_type = &gadgets_type,
|
/Linux-v4.19/drivers/block/ |
D | null_blk_main.c | 487 .ci_type = &nullb_group_type,
|
/Linux-v4.19/Documentation/filesystems/configfs/ |
D | configfs.txt | 142 struct config_item_type *ci_type;
|