Home
last modified time | relevance | path

Searched refs:ci_type (Results 1 – 24 of 24) sorted by relevance

/Linux-v4.19/fs/configfs/
Ditem.c103 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()
Ddir.c587 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 …]
Dsymlink.c153 type = parent_item->ci_type; in configfs_symlink()
199 type = parent_item->ci_type; in configfs_unlink()
Dfile.c387 if (item->ci_type) in check_perm()
388 ops = item->ci_type->ct_item_ops; in check_perm()
/Linux-v4.19/samples/configfs/
Dconfigfs_sample.c128 .ci_type = &childless_type,
275 .ci_type = &simple_children_type,
344 .ci_type = &group_children_type,
/Linux-v4.19/drivers/iio/
Dindustrialio-configfs.c28 .ci_type = &iio_root_group_type,
/Linux-v4.19/drivers/hwtracing/stm/
Dpolicy.c191 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/
Dtarget_core_fabric_configfs.c85 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()
Dtarget_core_configfs.c322 .ci_type = &target_core_fabrics_item,
/Linux-v4.19/drivers/acpi/
Dacpi_configfs.c253 .ci_type = &acpi_root_group_type,
/Linux-v4.19/include/linux/
Dconfigfs.h61 const struct config_item_type *ci_type; member
/Linux-v4.19/drivers/infiniband/core/
Dcma_configfs.c335 .ci_type = &cma_subsys_type,
/Linux-v4.19/drivers/nvme/target/
Dconfigfs.c578 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/
Dpci-ep-cfs.c503 .ci_type = &pci_ep_type,
/Linux-v4.19/drivers/media/pci/cx23885/
Dcx23885.h228 int ci_type; /* for NetUP */ member
Dcx23885-cards.c311 .ci_type = 1,
531 .ci_type = 2,
Dcx23885-core.c1080 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/
Dspear13xx_pcie_gadget.c681 cg_item->ci_type = &pcie_gadget_target_type; in spear_pcie_gadget_probe()
/Linux-v4.19/drivers/net/
Dnetconsole.c695 .ci_type = &netconsole_subsys_type,
/Linux-v4.19/fs/ocfs2/cluster/
Dnodemanager.c772 .ci_type = &o2nm_cluster_group_type,
/Linux-v4.19/fs/dlm/
Dconfig.c536 .ci_type = &clusters_type,
/Linux-v4.19/drivers/usb/gadget/
Dconfigfs.c1489 .ci_type = &gadgets_type,
/Linux-v4.19/drivers/block/
Dnull_blk_main.c487 .ci_type = &nullb_group_type,
/Linux-v4.19/Documentation/filesystems/configfs/
Dconfigfs.txt142 struct config_item_type *ci_type;