| /linux/fs/configfs/ |
| H A D | dir.c | 616 ops = t->ct_group_ops; in populate_attrs() 943 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify() 944 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify() 966 if (type->ct_group_ops && type->ct_group_ops->drop_item) in client_drop_item() 967 type->ct_group_ops->drop_item(to_config_group(parent_item), in client_drop_item() 1331 if (!type || !type->ct_group_ops || in configfs_mkdir() 1332 (!type->ct_group_ops->make_group && in configfs_mkdir() 1333 !type->ct_group_ops->make_item)) { in configfs_mkdir() 1362 if (type->ct_group_ops->make_group) { in configfs_mkdir() 1363 group = type->ct_group_ops->make_group(to_config_group(parent_item), name); in configfs_mkdir() [all …]
|
| /linux/drivers/gpu/drm/vkms/ |
| H A D | vkms_configfs.c | 239 .ct_group_ops = &crtcs_group_operations, 401 .ct_group_ops = &planes_group_operations, 518 .ct_group_ops = &encoders_group_operations, 685 .ct_group_ops = &connectors_group_operations, 810 .ct_group_ops = &device_group_ops,
|
| /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,
|
| /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,
|
| /linux/fs/dlm/ |
| H A D | config.c | 364 .ct_group_ops = &clusters_ops, 375 .ct_group_ops = &spaces_ops, 385 .ct_group_ops = &comms_ops, 396 .ct_group_ops = &nodes_ops,
|
| /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,
|
| /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,
|
| /linux/drivers/virt/coco/guest/ |
| H A D | report.c | 419 .ct_group_ops = &tsm_report_attr_group_ops, 453 .ct_group_ops = &tsm_report_group_ops,
|
| /linux/include/linux/ |
| H A D | configfs.h | 68 const struct configfs_group_operations *ct_group_ops; member
|
| /linux/drivers/usb/gadget/ |
| H A D | configfs.c | 672 .ct_group_ops = &functions_ops, 775 .ct_group_ops = &config_desc_ops, 911 .ct_group_ops = &gadget_language_langid_group_ops, 969 .ct_group_ops = &gadget_language_group_ops, 1552 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir() 2069 .ct_group_ops = &gadgets_ops,
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 893 .ct_group_ops = &nvmet_namespaces_group_ops, 1774 .ct_group_ops = &nvmet_subsystems_group_ops, 1870 .ct_group_ops = &nvmet_referral_group_ops, 1994 .ct_group_ops = &nvmet_ana_groups_group_ops, 2118 .ct_group_ops = &nvmet_ports_group_ops, 2302 .ct_group_ops = &nvmet_hosts_group_ops,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_configfs.c | 864 .ct_group_ops = &xe_config_device_group_ops, 959 .ct_group_ops = &xe_config_sriov_group_ops, 1062 .ct_group_ops = &xe_config_group_ops,
|
| /linux/rust/kernel/ |
| H A D | configfs.rs | 757 ct_group_ops: GroupOperationsVTable::<Data, Child>::vtable_ptr().cast_mut(), 774 ct_group_ops: core::ptr::null_mut(),
|
| /linux/drivers/acpi/ |
| H A D | acpi_configfs.c | 238 .ct_group_ops = &acpi_table_group_ops,
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.c | 295 .ct_group_ops = &uvcg_control_header_grp_ops, 1309 .ct_group_ops = &uvcg_extensions_grp_ops, 1924 .ct_group_ops = &uvcg_streaming_header_grp_ops, 2465 .ct_group_ops = &uvcg_uncompressed_group_ops, 2518 .ct_group_ops = &uvcg_uncompressed_grp_ops, 2661 .ct_group_ops = &uvcg_mjpeg_group_ops, 2708 .ct_group_ops = &uvcg_mjpeg_grp_ops, 2908 .ct_group_ops = &uvcg_framebased_group_ops, 2963 .ct_group_ops = &uvcg_framebased_grp_ops, 3121 .ct_group_ops = &uvcg_color_matching_grp_group_ops,
|
| H A D | f_mass_storage.c | 3480 .ct_group_ops = &fsg_group_ops,
|
| /linux/fs/ocfs2/cluster/ |
| H A D | nodemanager.c | 647 .ct_group_ops = &o2nm_node_group_group_ops, 750 .ct_group_ops = &o2nm_cluster_group_group_ops,
|
| /linux/drivers/infiniband/core/ |
| H A D | cma_configfs.c | 336 .ct_group_ops = &cma_subsys_group_ops,
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 316 .ct_group_ops = &config_keys_group_ops,
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 1323 .ct_group_ops = &userdata_ops, 1483 .ct_group_ops = &netconsole_subsys_group_ops,
|
| /linux/drivers/block/null_blk/ |
| H A D | main.c | 758 .ct_group_ops = &nullb_group_ops,
|