| /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 | file.c | 334 buffer->ops = buffer->item->ci_type->ct_item_ops; in __configfs_open_file()
|
| /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,
|
| H A D | f_loopback.c | 554 .ct_item_ops = &lb_item_ops,
|
| H A D | f_eem.c | 585 .ct_item_ops = &eem_item_ops,
|
| H A D | f_acm.c | 865 .ct_item_ops = &acm_item_ops,
|
| H A D | f_ecm.c | 833 .ct_item_ops = &ecm_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/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/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/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/nvme/target/ |
| H A D | configfs.c | 852 .ct_item_ops = &nvmet_ns_item_ops, 1129 .ct_item_ops = &nvmet_port_subsys_item_ops, 1204 .ct_item_ops = &nvmet_allowed_hosts_item_ops, 1729 .ct_item_ops = &nvmet_subsys_item_ops, 1844 .ct_item_ops = &nvmet_referral_item_ops, 1948 .ct_item_ops = &nvmet_ana_group_item_ops, 2036 .ct_item_ops = &nvmet_port_item_ops, 2271 .ct_item_ops = &nvmet_host_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/include/linux/ |
| H A D | configfs.h | 67 const struct configfs_item_operations *ct_item_ops; member
|
| /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/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 | 241 .ct_item_ops = &config_key_item_ops,
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 1266 .ct_item_ops = &userdatum_ops, 1322 .ct_item_ops = &userdatum_ops, 1373 .ct_item_ops = &netconsole_target_item_ops,
|
| /linux/drivers/virt/coco/guest/ |
| H A D | report.c | 418 .ct_item_ops = &tsm_report_item_ops,
|