| /linux/fs/configfs/ |
| H A D | symlink.c | 156 if (!type || !type->ct_item_ops || in configfs_symlink() 157 !type->ct_item_ops->allow_link) in configfs_symlink() 196 ret = type->ct_item_ops->allow_link(parent_item, target_item); in configfs_symlink() 201 if (ret && type->ct_item_ops->drop_link) in configfs_symlink() 202 type->ct_item_ops->drop_link(parent_item, in configfs_symlink() 241 if (type && type->ct_item_ops && in configfs_unlink() 242 type->ct_item_ops->drop_link) in configfs_unlink() 243 type->ct_item_ops->drop_link(parent_item, in configfs_unlink()
|
| H A D | item.c | 127 if (t && t->ct_item_ops && t->ct_item_ops->release) in config_item_cleanup() 128 t->ct_item_ops->release(item); in config_item_cleanup()
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_configfs.c | 198 .ct_item_ops = &crtc_item_operations, 285 .ct_item_ops = &plane_possible_crtcs_item_operations, 354 .ct_item_ops = &plane_item_operations, 447 .ct_item_ops = &encoder_possible_crtcs_item_operations, 470 .ct_item_ops = &encoder_item_operations, 588 .ct_item_ops = &connector_item_operations, 637 .ct_item_ops = &connector_possible_encoders_item_operations, 759 .ct_item_ops = &device_item_operations,
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.c | 263 .ct_item_ops = &uvcg_config_item_ops, 294 .ct_item_ops = &uvcg_config_item_ops, 439 .ct_item_ops = &uvcg_config_item_ops, 452 .ct_item_ops = &uvcg_config_item_ops, 612 .ct_item_ops = &uvcg_config_item_ops, 625 .ct_item_ops = &uvcg_config_item_ops, 744 .ct_item_ops = &uvcg_config_item_ops, 757 .ct_item_ops = &uvcg_config_item_ops, 773 .ct_item_ops = &uvcg_config_item_ops, 1243 .ct_item_ops = &uvcg_extension_item_ops, [all …]
|
| H A D | f_serial.c | 301 .ct_item_ops = &serial_item_ops,
|
| H A D | f_obex.c | 410 .ct_item_ops = &obex_item_ops,
|
| H A D | f_subset.c | 404 .ct_item_ops = &gether_item_ops,
|
| /linux/samples/configfs/ |
| H A D | configfs_sample.c | 166 .ct_item_ops = &simple_child_item_ops, 231 .ct_item_ops = &simple_children_item_ops,
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-ep-cfs.c | 93 .ct_item_ops = &pci_secondary_epc_item_ops, 157 .ct_item_ops = &pci_primary_epc_item_ops, 265 .ct_item_ops = &pci_epc_item_ops, 517 .ct_item_ops = &pci_epf_ops,
|
| /linux/drivers/infiniband/core/ |
| H A D | cma_configfs.c | 263 .ct_item_ops = &cma_ports_item_ops, 272 .ct_item_ops = &cma_device_item_ops,
|
| /linux/drivers/target/ |
| H A D | target_core_fabric_configfs.c | 42 cit->ct_item_ops = _item_ops; \ 55 cit->ct_item_ops = _item_ops; \ 79 lun_ci->ci_type->ct_item_ops != &target_fabric_port_item_ops) { in target_fabric_mappedlun_link() 633 se_dev_ci->ci_type->ct_item_ops != &target_core_dev_item_ops) { in target_fabric_port_link() 915 cit->ct_item_ops = &target_fabric_tpg_base_item_ops; in target_fabric_setup_tpg_base_cit()
|
| H A D | target_core_configfs.c | 48 cit->ct_item_ops = _item_ops; \ 60 cit->ct_item_ops = _item_ops; \ 2865 .ct_item_ops = &target_core_alua_lu_gp_ops, 2923 .ct_item_ops = NULL, 3295 .ct_item_ops = &target_core_alua_tg_pt_gp_ops, 3366 .ct_item_ops = NULL, 3600 .ct_item_ops = &target_core_hba_item_ops, 3682 .ct_item_ops = NULL,
|
| /linux/fs/dlm/ |
| H A D | config.c | 369 .ct_item_ops = &cluster_ops, 380 .ct_item_ops = &space_ops, 390 .ct_item_ops = &comm_ops, 401 .ct_item_ops = &node_ops,
|
| /linux/include/linux/usb/ |
| H A D | gadget_configfs.h | 38 .ct_item_ops = &struct_in##_langid_item_ops, \
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 828 .ct_item_ops = &nvmet_ns_item_ops, 1105 .ct_item_ops = &nvmet_port_subsys_item_ops, 1180 .ct_item_ops = &nvmet_allowed_hosts_item_ops, 1705 .ct_item_ops = &nvmet_subsys_item_ops, 1820 .ct_item_ops = &nvmet_referral_item_ops, 1924 .ct_item_ops = &nvmet_ana_group_item_ops, 2011 .ct_item_ops = &nvmet_port_item_ops, 2247 .ct_item_ops = &nvmet_host_item_ops,
|
| /linux/drivers/most/ |
| H A D | configfs.c | 407 .ct_item_ops = &mdev_link_item_ops, 475 .ct_item_ops = &most_common_item_ops, 583 .ct_item_ops = &most_snd_grp_item_ops,
|
| /linux/drivers/hwtracing/stm/ |
| H A D | policy.c | 279 .ct_item_ops = &stp_policy_node_item_ops, 376 .ct_item_ops = &stp_policy_item_ops,
|
| /linux/Documentation/filesystems/ |
| H A D | configfs.rst | 194 struct configfs_item_operations *ct_item_ops; 202 allocated dynamically will need to provide the ct_item_ops->release() 254 ct_item_ops->read_bin_attribute() method, that method will be called 409 A config_item may provide the ct_item_ops->allow_link() and 410 ct_item_ops->drop_link() methods. If the ->allow_link() method exists,
|
| /linux/drivers/usb/gadget/ |
| H A D | configfs.c | 583 .ct_item_ops = &gadget_config_item_ops, 589 .ct_item_ops = &gadget_root_item_ops, 860 .ct_item_ops = &gadget_string_item_ops, 910 .ct_item_ops = &gadget_language_langid_item_ops, 1275 .ct_item_ops = &os_desc_ops, 1419 ext_prop_type->ct_item_ops = &ext_prop_ops; in ext_prop_make()
|
| /linux/drivers/gpio/ |
| H A D | gpio-sim.c | 1392 .ct_item_ops = &gpio_sim_hog_config_item_ops, 1445 .ct_item_ops = &gpio_sim_line_config_item_ops, 1506 .ct_item_ops = &gpio_sim_bank_config_item_ops, 1561 .ct_item_ops = &gpio_sim_device_config_item_ops,
|
| H A D | gpio-virtuser.c | 1589 .ct_item_ops = &gpio_virtuser_lookup_entry_config_item_ops, 1645 .ct_item_ops = &gpio_virtuser_lookup_config_item_ops, 1705 .ct_item_ops = &gpio_virtuser_device_config_item_ops,
|
| /linux/include/linux/ |
| H A D | configfs.h | 67 const struct configfs_item_operations *ct_item_ops; member
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 758 ct_item_ops: ItemOperationsVTable::<$tpe, Data>::vtable_ptr().cast_mut(), 775 ct_item_ops: ItemOperationsVTable::<$tpe, Data>::vtable_ptr().cast_mut(),
|
| /linux/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 404 .ct_item_ops = &o2nm_node_item_ops, 665 .ct_item_ops = &o2nm_cluster_item_ops,
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 240 .ct_item_ops = &config_key_item_ops,
|