| /OK3568_Linux_fs/kernel/fs/configfs/ |
| H A D | item.c | 89 item->ci_type = type; in config_item_init_type_name() 98 group->cg_item.ci_type = type; in config_group_init_type_name() 121 const struct config_item_type *t = item->ci_type; in config_item_cleanup()
|
| H A D | dir.c | 606 const struct config_item_type *t = item->ci_type; in populate_attrs() 930 type = parent_item->ci_type; in client_disconnect_notify() 949 type = parent_item->ci_type; in client_drop_item() 1316 type = parent_item->ci_type; in configfs_mkdir() 1332 if (!subsys->su_group.cg_item.ci_type) { in configfs_mkdir() 1336 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_mkdir() 1385 type = item->ci_type; in configfs_mkdir() 1495 if (!parent_item->ci_type) { in configfs_rmdir() 1501 BUG_ON(!subsys->su_group.cg_item.ci_type); in configfs_rmdir() 1502 subsys_owner = subsys->su_group.cg_item.ci_type->ct_owner; in configfs_rmdir() [all …]
|
| H A D | symlink.c | 160 type = parent_item->ci_type; in configfs_symlink() 234 type = parent_item->ci_type; in configfs_unlink()
|
| H A D | file.c | 397 if (!buffer->item->ci_type) in __configfs_open_file() 400 buffer->ops = buffer->item->ci_type->ct_item_ops; in __configfs_open_file()
|
| /OK3568_Linux_fs/kernel/samples/configfs/ |
| H A D | configfs_sample.c | 106 .ci_type = &childless_type, 243 .ci_type = &simple_children_type, 311 .ci_type = &group_children_type,
|
| /OK3568_Linux_fs/kernel/drivers/iio/ |
| H A D | industrialio-configfs.c | 25 .ci_type = &iio_root_group_type,
|
| /OK3568_Linux_fs/kernel/drivers/most/ |
| H A D | configfs.c | 485 .ci_type = &most_common_type, 496 .ci_type = &most_common_type, 507 .ci_type = &most_common_type, 643 .ci_type = &most_sound_type,
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_fabric_configfs.c | 77 if (!lun_ci->ci_type || in target_fabric_mappedlun_link() 78 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) { in target_fabric_mappedlun_link() 631 if (!se_dev_ci->ci_type || in target_fabric_port_link() 632 se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) { in target_fabric_port_link()
|
| H A D | target_core_configfs.c | 317 .ci_type = &target_core_fabrics_item,
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/stm/ |
| H A D | policy.c | 235 if (group->cg_item.ci_type == &stp_policy_type) { in stp_policy_node_make() 487 .ci_type = &stp_policy_root_type,
|
| /OK3568_Linux_fs/kernel/drivers/acpi/ |
| H A D | acpi_configfs.c | 252 .ci_type = &acpi_root_group_type,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | configfs.h | 47 const struct config_item_type *ci_type; member
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | cma_configfs.c | 354 .ci_type = &cma_subsys_type,
|
| /OK3568_Linux_fs/kernel/drivers/nvme/target/ |
| H A D | configfs.c | 774 if (target->ci_type != &nvmet_subsys_type) { in nvmet_port_subsys_allow_link() 853 if (target->ci_type != &nvmet_host_type) { in nvmet_allowed_hosts_allow_link() 1620 .ci_type = &nvmet_root_type,
|
| /OK3568_Linux_fs/kernel/drivers/pci/endpoint/ |
| H A D | pci-ep-cfs.c | 487 .ci_type = &pci_ep_type,
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx23885/ |
| H A D | cx23885.h | 218 int ci_type; /* for NetUP */ member
|
| H A D | cx23885-core.c | 1088 if (cx23885_boards[dev->board].ci_type > 0) in cx23885_dev_setup() 1891 if (cx23885_boards[dev->board].ci_type == 1 && in cx23885_irq() 1895 if (cx23885_boards[dev->board].ci_type == 2 && in cx23885_irq()
|
| H A D | cx23885-cards.c | 301 .ci_type = 1, 521 .ci_type = 2,
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | netconsole.c | 683 .ci_type = &netconsole_subsys_type,
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 760 .ci_type = &o2nm_cluster_group_type,
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | config.c | 572 .ci_type = &clusters_type,
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.c | 1452 if (ci->ci_type != &uvcg_frame_type1 && in uvcg_format_set_indices() 1453 ci->ci_type != &uvcg_frame_type2) in uvcg_format_set_indices()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/ |
| H A D | configfs.c | 1915 .ci_type = &gadgets_type,
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | configfs.rst | 150 struct config_item_type *ci_type;
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | null_blk_main.c | 561 .ci_type = &nullb_group_type,
|