/openbmc/linux/fs/configfs/ |
H A D | symlink.c | 162 if (!type || !type->ct_item_ops || in configfs_symlink() 163 !type->ct_item_ops->allow_link) in configfs_symlink() 202 ret = type->ct_item_ops->allow_link(parent_item, target_item); in configfs_symlink() 207 if (ret && type->ct_item_ops->drop_link) in configfs_symlink() 208 type->ct_item_ops->drop_link(parent_item, in configfs_symlink() 248 if (type && type->ct_item_ops && in configfs_unlink() 249 type->ct_item_ops->drop_link) in configfs_unlink() 250 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()
|
H A D | file.c | 334 buffer->ops = buffer->item->ci_type->ct_item_ops; in __configfs_open_file()
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 262 .ct_item_ops = &uvcg_config_item_ops, 293 .ct_item_ops = &uvcg_config_item_ops, 438 .ct_item_ops = &uvcg_config_item_ops, 451 .ct_item_ops = &uvcg_config_item_ops, 611 .ct_item_ops = &uvcg_config_item_ops, 624 .ct_item_ops = &uvcg_config_item_ops, 743 .ct_item_ops = &uvcg_config_item_ops, 756 .ct_item_ops = &uvcg_config_item_ops, 772 .ct_item_ops = &uvcg_config_item_ops, 1242 .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_subset.c | 410 .ct_item_ops = &gether_item_ops,
|
H A D | f_obex.c | 410 .ct_item_ops = &obex_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_phonet.c | 605 .ct_item_ops = &phonet_item_ops,
|
/openbmc/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,
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-ep-cfs.c | 92 .ct_item_ops = &pci_secondary_epc_item_ops, 153 .ct_item_ops = &pci_primary_epc_item_ops, 258 .ct_item_ops = &pci_epc_item_ops, 510 .ct_item_ops = &pci_epf_ops,
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cma_configfs.c | 264 .ct_item_ops = &cma_ports_item_ops, 273 .ct_item_ops = &cma_device_item_ops,
|
/openbmc/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; \ 2776 .ct_item_ops = &target_core_alua_lu_gp_ops, 2834 .ct_item_ops = NULL, 3206 .ct_item_ops = &target_core_alua_tg_pt_gp_ops, 3277 .ct_item_ops = NULL, 3511 .ct_item_ops = &target_core_hba_item_ops, 3593 .ct_item_ops = NULL,
|
/openbmc/linux/drivers/nvme/target/ |
H A D | configfs.c | 651 .ct_item_ops = &nvmet_ns_item_ops, 928 .ct_item_ops = &nvmet_port_subsys_item_ops, 1003 .ct_item_ops = &nvmet_allowed_hosts_item_ops, 1483 .ct_item_ops = &nvmet_subsys_item_ops, 1593 .ct_item_ops = &nvmet_referral_item_ops, 1696 .ct_item_ops = &nvmet_ana_group_item_ops, 1780 .ct_item_ops = &nvmet_port_item_ops, 1995 .ct_item_ops = &nvmet_host_item_ops,
|
/openbmc/linux/fs/dlm/ |
H A D | config.c | 341 .ct_item_ops = &cluster_ops, 352 .ct_item_ops = &space_ops, 362 .ct_item_ops = &comm_ops, 373 .ct_item_ops = &node_ops,
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget_configfs.h | 41 .ct_item_ops = &struct_in##_langid_item_ops, \
|
/openbmc/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,
|
/openbmc/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,
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sim.c | 1264 .ct_item_ops = &gpio_sim_hog_config_item_ops, 1317 .ct_item_ops = &gpio_sim_line_config_item_ops, 1377 .ct_item_ops = &gpio_sim_bank_config_item_ops, 1432 .ct_item_ops = &gpio_sim_device_config_item_ops,
|
/openbmc/linux/include/linux/ |
H A D | configfs.h | 67 struct configfs_item_operations *ct_item_ops; member
|
/openbmc/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,
|
/openbmc/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, 857 .ct_item_ops = &gadget_string_item_ops, 907 .ct_item_ops = &gadget_language_langid_item_ops, 1268 .ct_item_ops = &os_desc_ops, 1412 ext_prop_type->ct_item_ops = &ext_prop_ops; in ext_prop_make()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 403 .ct_item_ops = &o2nm_node_item_ops, 664 .ct_item_ops = &o2nm_cluster_item_ops,
|