Searched refs:ct_group_ops (Results 1 – 22 of 22) sorted by relevance
| /Linux-v4.19/fs/configfs/ |
| 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() 1289 if (!type || !type->ct_group_ops || in configfs_mkdir() 1290 (!type->ct_group_ops->make_group && in configfs_mkdir() 1291 !type->ct_group_ops->make_item)) { in configfs_mkdir() 1320 if (type->ct_group_ops->make_group) { in configfs_mkdir() 1321 group = type->ct_group_ops->make_group(to_config_group(parent_item), name); in configfs_mkdir() 1330 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
|
| /Linux-v4.19/drivers/hwtracing/stm/ |
| D | policy.c | 233 .ct_group_ops = &stp_policy_node_group_ops, 308 .ct_group_ops = &stp_policy_group_ops, 376 .ct_group_ops = &stp_policies_group_ops,
|
| /Linux-v4.19/samples/configfs/ |
| D | configfs_sample.c | 266 .ct_group_ops = &simple_children_group_ops, 335 .ct_group_ops = &group_children_group_ops,
|
| /Linux-v4.19/drivers/nvme/target/ |
| D | configfs.c | 566 .ct_group_ops = &nvmet_namespaces_group_ops, 869 .ct_group_ops = &nvmet_subsystems_group_ops, 955 .ct_group_ops = &nvmet_referral_group_ops, 1082 .ct_group_ops = &nvmet_ana_groups_group_ops, 1181 .ct_group_ops = &nvmet_ports_group_ops, 1223 .ct_group_ops = &nvmet_hosts_group_ops,
|
| /Linux-v4.19/fs/dlm/ |
| D | config.c | 286 .ct_group_ops = &clusters_ops, 297 .ct_group_ops = &spaces_ops, 307 .ct_group_ops = &comms_ops, 318 .ct_group_ops = &nodes_ops,
|
| /Linux-v4.19/include/linux/usb/ |
| D | gadget_configfs.h | 98 .ct_group_ops = &struct_in##_strings_ops, \
|
| /Linux-v4.19/Documentation/filesystems/configfs/ |
| D | configfs.txt | 184 struct configfs_group_operations *ct_group_ops; 282 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's … 288 provides ct_group_ops->make_group(). Everything else behaves the same, 292 ct_group_ops->drop_item() is called. As a config_group is also a 296 the ct_group_ops->drop_item() method, and configfs will call 311 ct_group_ops->disconnect_notify() method. The method is called after 421 children of the parent group. If ct_group_ops->make_group() exists, 491 Any group that provides the ct_group_ops->commit_item() method has 506 is notified by the ct_group_ops->uncommit_object() method.
|
| /Linux-v4.19/drivers/iio/ |
| D | industrialio-sw-device.c | 160 .ct_group_ops = &device_ops,
|
| D | industrialio-sw-trigger.c | 160 .ct_group_ops = &trigger_ops,
|
| /Linux-v4.19/drivers/acpi/ |
| D | acpi_configfs.c | 242 .ct_group_ops = &acpi_table_group_ops,
|
| /Linux-v4.19/include/linux/ |
| D | configfs.h | 84 struct configfs_group_operations *ct_group_ops; member
|
| /Linux-v4.19/drivers/infiniband/core/ |
| D | cma_configfs.c | 327 .ct_group_ops = &cma_subsys_group_ops,
|
| /Linux-v4.19/drivers/usb/gadget/function/ |
| D | uvc_configfs.c | 175 .ct_group_ops = &uvcg_control_header_grp_ops, 906 .ct_group_ops = &uvcg_streaming_header_grp_ops, 1424 .ct_group_ops = &uvcg_uncompressed_group_ops, 1474 .ct_group_ops = &uvcg_uncompressed_grp_ops, 1624 .ct_group_ops = &uvcg_mjpeg_group_ops, 1668 .ct_group_ops = &uvcg_mjpeg_grp_ops,
|
| D | f_mass_storage.c | 3323 .ct_group_ops = &fsg_group_ops,
|
| /Linux-v4.19/fs/ocfs2/cluster/ |
| D | nodemanager.c | 660 .ct_group_ops = &o2nm_node_group_group_ops, 763 .ct_group_ops = &o2nm_cluster_group_group_ops,
|
| D | heartbeat.c | 2314 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
|
| /Linux-v4.19/drivers/usb/gadget/ |
| D | configfs.c | 598 .ct_group_ops = &functions_ops, 699 .ct_group_ops = &config_desc_ops, 1174 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir() 1481 .ct_group_ops = &gadgets_ops,
|
| /Linux-v4.19/drivers/target/ |
| D | target_core_configfs.c | 56 cit->ct_group_ops = _group_ops; \ 68 cit->ct_group_ops = _group_ops; \ 313 .ct_group_ops = &target_core_fabric_group_ops, 2442 .ct_group_ops = &target_core_alua_lu_gps_group_ops, 3117 .ct_group_ops = &target_core_hba_group_ops, 3200 .ct_group_ops = &target_core_group_ops,
|
| D | target_core_fabric_configfs.c | 50 cit->ct_group_ops = _group_ops; \ 63 cit->ct_group_ops = _group_ops; \
|
| /Linux-v4.19/drivers/pci/endpoint/ |
| D | pci-ep-cfs.c | 460 .ct_group_ops = &pci_epf_group_ops,
|
| /Linux-v4.19/drivers/net/ |
| D | netconsole.c | 686 .ct_group_ops = &netconsole_subsys_group_ops,
|
| /Linux-v4.19/drivers/block/ |
| D | null_blk_main.c | 478 .ct_group_ops = &nullb_group_ops,
|