/openbmc/linux/fs/configfs/ |
H A D | dir.c | 909 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify() 910 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify() 932 if (type->ct_group_ops && type->ct_group_ops->drop_item) in client_drop_item() 933 type->ct_group_ops->drop_item(to_config_group(parent_item), in client_drop_item() 1297 if (!type || !type->ct_group_ops || in configfs_mkdir() 1298 (!type->ct_group_ops->make_group && in configfs_mkdir() 1299 !type->ct_group_ops->make_item)) { in configfs_mkdir() 1328 if (type->ct_group_ops->make_group) { in configfs_mkdir() 1329 group = type->ct_group_ops->make_group(to_config_group(parent_item), name); in configfs_mkdir() 1338 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
|
/openbmc/linux/samples/configfs/ |
H A D | configfs_sample.c | 232 .ct_group_ops = &simple_children_group_ops, 300 .ct_group_ops = &group_children_group_ops,
|
/openbmc/linux/drivers/hwtracing/stm/ |
H A D | policy.c | 280 .ct_group_ops = &stp_policy_node_group_ops, 377 .ct_group_ops = &stp_policy_group_ops, 474 .ct_group_ops = &stp_policy_root_group_ops,
|
/openbmc/linux/fs/dlm/ |
H A D | config.c | 336 .ct_group_ops = &clusters_ops, 347 .ct_group_ops = &spaces_ops, 357 .ct_group_ops = &comms_ops, 368 .ct_group_ops = &nodes_ops,
|
/openbmc/linux/include/linux/usb/ |
H A D | gadget_configfs.h | 98 .ct_group_ops = &struct_in##_strings_ops, \
|
/openbmc/linux/Documentation/filesystems/ |
H A D | configfs.rst | 195 struct configfs_group_operations *ct_group_ops; 299 ct_group_ops->make_item() method. If provided, this method is called from 306 provides ct_group_ops->make_group(). Everything else behaves the same, 310 ct_group_ops->drop_item() is called. As a config_group is also a 314 the ct_group_ops->drop_item() method, and configfs will call 330 ct_group_ops->disconnect_notify() method. The method is called after 446 children of the parent group. If ct_group_ops->make_group() exists,
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-sw-device.c | 157 .ct_group_ops = &device_ops,
|
H A D | industrialio-sw-trigger.c | 161 .ct_group_ops = &trigger_ops,
|
/openbmc/linux/drivers/most/ |
H A D | configfs.c | 476 .ct_group_ops = &most_common_group_ops, 584 .ct_group_ops = &most_snd_grp_group_ops, 634 .ct_group_ops = &most_sound_group_ops,
|
/openbmc/linux/drivers/nvme/target/ |
H A D | configfs.c | 692 .ct_group_ops = &nvmet_namespaces_group_ops, 1523 .ct_group_ops = &nvmet_subsystems_group_ops, 1618 .ct_group_ops = &nvmet_referral_group_ops, 1742 .ct_group_ops = &nvmet_ana_groups_group_ops, 1852 .ct_group_ops = &nvmet_ports_group_ops, 2026 .ct_group_ops = &nvmet_hosts_group_ops,
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-sim.c | 1318 .ct_group_ops = &gpio_sim_line_config_group_ops, 1378 .ct_group_ops = &gpio_sim_bank_config_group_ops, 1433 .ct_group_ops = &gpio_sim_device_config_group_ops, 1469 .ct_group_ops = &gpio_sim_config_group_ops,
|
/openbmc/linux/include/linux/ |
H A D | configfs.h | 68 struct configfs_group_operations *ct_group_ops; member
|
/openbmc/linux/drivers/usb/gadget/ |
H A D | configfs.c | 671 .ct_group_ops = &functions_ops, 772 .ct_group_ops = &config_desc_ops, 908 .ct_group_ops = &gadget_language_langid_group_ops, 966 .ct_group_ops = &gadget_language_group_ops, 1545 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir() 2061 .ct_group_ops = &gadgets_ops,
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_configfs.c | 238 .ct_group_ops = &acpi_table_group_ops,
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | nodemanager.c | 646 .ct_group_ops = &o2nm_node_group_group_ops, 749 .ct_group_ops = &o2nm_cluster_group_group_ops,
|
H A D | heartbeat.c | 2193 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | cma_configfs.c | 337 .ct_group_ops = &cma_subsys_group_ops,
|
/openbmc/linux/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 294 .ct_group_ops = &uvcg_control_header_grp_ops, 1308 .ct_group_ops = &uvcg_extensions_grp_ops, 1914 .ct_group_ops = &uvcg_streaming_header_grp_ops, 2431 .ct_group_ops = &uvcg_uncompressed_group_ops, 2484 .ct_group_ops = &uvcg_uncompressed_grp_ops, 2627 .ct_group_ops = &uvcg_mjpeg_group_ops, 2674 .ct_group_ops = &uvcg_mjpeg_grp_ops, 2832 .ct_group_ops = &uvcg_color_matching_grp_group_ops,
|
H A D | f_midi2.c | 2488 .ct_group_ops = &f_midi2_ep_group_ops, 2627 .ct_group_ops = &f_midi2_group_ops,
|
H A D | f_mass_storage.c | 3473 .ct_group_ops = &fsg_group_ops,
|
/openbmc/linux/drivers/target/ |
H A D | target_core_configfs.c | 49 cit->ct_group_ops = _group_ops; \ 61 cit->ct_group_ops = _group_ops; \ 309 .ct_group_ops = &target_core_fabric_group_ops, 2835 .ct_group_ops = &target_core_alua_lu_gps_group_ops, 3512 .ct_group_ops = &target_core_hba_group_ops, 3594 .ct_group_ops = &target_core_group_ops,
|
H A D | target_core_fabric_configfs.c | 43 cit->ct_group_ops = _group_ops; \ 56 cit->ct_group_ops = _group_ops; \
|
/openbmc/linux/drivers/pci/endpoint/ |
H A D | pci-ep-cfs.c | 663 .ct_group_ops = &pci_epf_group_ops,
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 729 .ct_group_ops = &netconsole_subsys_group_ops,
|
/openbmc/linux/drivers/block/null_blk/ |
H A D | main.c | 691 .ct_group_ops = &nullb_group_ops,
|