ci_type           247 drivers/acpi/acpi_configfs.c 			.ci_type = &acpi_root_group_type,
ci_type           495 drivers/block/null_blk_main.c 			.ci_type = &nullb_group_type,
ci_type           235 drivers/hwtracing/stm/policy.c 	if (group->cg_item.ci_type == &stp_policy_type) {
ci_type           487 drivers/hwtracing/stm/policy.c 			.ci_type	= &stp_policy_root_type,
ci_type            25 drivers/iio/industrialio-configfs.c 			.ci_type = &iio_root_group_type,
ci_type           338 drivers/infiniband/core/cma_configfs.c 			.ci_type	= &cma_subsys_type,
ci_type           301 drivers/media/pci/cx23885/cx23885-cards.c 		.ci_type	= 1,
ci_type           521 drivers/media/pci/cx23885/cx23885-cards.c 		.ci_type	= 2,
ci_type          1088 drivers/media/pci/cx23885/cx23885-core.c 	if (cx23885_boards[dev->board].ci_type > 0)
ci_type          1891 drivers/media/pci/cx23885/cx23885-core.c 	if (cx23885_boards[dev->board].ci_type == 1 &&
ci_type          1895 drivers/media/pci/cx23885/cx23885-core.c 	if (cx23885_boards[dev->board].ci_type == 2 &&
ci_type           218 drivers/media/pci/cx23885/cx23885.h 	int			ci_type; /* for NetUP */
ci_type           683 drivers/net/netconsole.c 			.ci_type	= &netconsole_subsys_type,
ci_type           626 drivers/nvme/target/configfs.c 	if (target->ci_type != &nvmet_subsys_type) {
ci_type           705 drivers/nvme/target/configfs.c 	if (target->ci_type != &nvmet_host_type) {
ci_type          1300 drivers/nvme/target/configfs.c 			.ci_type	= &nvmet_root_type,
ci_type           503 drivers/pci/endpoint/pci-ep-cfs.c 			.ci_type = &pci_ep_type,
ci_type           446 drivers/staging/most/configfs.c 			.ci_type = &most_common_type,
ci_type           455 drivers/staging/most/configfs.c 			.ci_type = &most_common_type,
ci_type           464 drivers/staging/most/configfs.c 			.ci_type = &most_common_type,
ci_type           586 drivers/staging/most/configfs.c 				.ci_type = &most_sound_type,
ci_type           317 drivers/target/target_core_configfs.c 			.ci_type = &target_core_fabrics_item,
ci_type            77 drivers/target/target_core_fabric_configfs.c 	if (!lun_ci->ci_type ||
ci_type            78 drivers/target/target_core_fabric_configfs.c 	    lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) {
ci_type           631 drivers/target/target_core_fabric_configfs.c 	if (!se_dev_ci->ci_type ||
ci_type           632 drivers/target/target_core_fabric_configfs.c 	    se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) {
ci_type          1593 drivers/usb/gadget/configfs.c 			.ci_type = &gadgets_type,
ci_type          1416 drivers/usb/gadget/function/uvc_configfs.c 		if (ci->ci_type != &uvcg_frame_type)
ci_type           598 fs/configfs/dir.c 	const struct config_item_type *t = item->ci_type;
ci_type           922 fs/configfs/dir.c 	type = parent_item->ci_type;
ci_type           941 fs/configfs/dir.c 	type = parent_item->ci_type;
ci_type          1308 fs/configfs/dir.c 	type = parent_item->ci_type;
ci_type          1324 fs/configfs/dir.c 	if (!subsys->su_group.cg_item.ci_type) {
ci_type          1328 fs/configfs/dir.c 	subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner;
ci_type          1377 fs/configfs/dir.c 	type = item->ci_type;
ci_type          1472 fs/configfs/dir.c 	if (!parent_item->ci_type) {
ci_type          1478 fs/configfs/dir.c 	BUG_ON(!subsys->su_group.cg_item.ci_type);
ci_type          1479 fs/configfs/dir.c 	subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner;
ci_type          1534 fs/configfs/dir.c 	if (item->ci_type)
ci_type          1535 fs/configfs/dir.c 		dead_item_owner = item->ci_type->ct_owner;
ci_type           397 fs/configfs/file.c 	if (!buffer->item->ci_type)
ci_type           400 fs/configfs/file.c 	buffer->ops = buffer->item->ci_type->ct_item_ops;
ci_type            89 fs/configfs/item.c 	item->ci_type = type;
ci_type            98 fs/configfs/item.c 	group->cg_item.ci_type = type;
ci_type           121 fs/configfs/item.c 	const struct config_item_type *t = item->ci_type;
ci_type           160 fs/configfs/symlink.c 	type = parent_item->ci_type;
ci_type           234 fs/configfs/symlink.c 	type = parent_item->ci_type;
ci_type           534 fs/dlm/config.c 				.ci_type = &clusters_type,
ci_type           760 fs/ocfs2/cluster/nodemanager.c 				.ci_type = &o2nm_cluster_group_type,
ci_type            47 include/linux/configfs.h 	const struct config_item_type	*ci_type;
ci_type           114 samples/configfs/configfs_sample.c 				.ci_type = &childless_type,
ci_type           261 samples/configfs/configfs_sample.c 			.ci_type = &simple_children_type,
ci_type           330 samples/configfs/configfs_sample.c 			.ci_type = &group_children_type,