/Linux-v5.10/fs/configfs/ |
D | dir.c | 925 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify() 926 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify() 948 if (type->ct_group_ops && type->ct_group_ops->drop_item) in client_drop_item() 949 type->ct_group_ops->drop_item(to_config_group(parent_item), in client_drop_item() 1312 if (!type || !type->ct_group_ops || in configfs_mkdir() 1313 (!type->ct_group_ops->make_group && in configfs_mkdir() 1314 !type->ct_group_ops->make_item)) { in configfs_mkdir() 1343 if (type->ct_group_ops->make_group) { in configfs_mkdir() 1344 group = type->ct_group_ops->make_group(to_config_group(parent_item), name); in configfs_mkdir() 1353 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
|
/Linux-v5.10/samples/configfs/ |
D | configfs_sample.c | 234 .ct_group_ops = &simple_children_group_ops, 302 .ct_group_ops = &group_children_group_ops,
|
/Linux-v5.10/drivers/hwtracing/stm/ |
D | policy.c | 285 .ct_group_ops = &stp_policy_node_group_ops, 382 .ct_group_ops = &stp_policy_group_ops, 479 .ct_group_ops = &stp_policy_root_group_ops,
|
/Linux-v5.10/Documentation/filesystems/ |
D | configfs.rst | 195 struct configfs_group_operations *ct_group_ops; 300 ct_group_ops->make_item() method. If provided, this method is called from 307 provides ct_group_ops->make_group(). Everything else behaves the same, 311 ct_group_ops->drop_item() is called. As a config_group is also a 315 the ct_group_ops->drop_item() method, and configfs will call 331 ct_group_ops->disconnect_notify() method. The method is called after 447 children of the parent group. If ct_group_ops->make_group() exists, 520 Any group that provides the ct_group_ops->commit_item() method has 535 is notified by the ct_group_ops->uncommit_object() method.
|
/Linux-v5.10/include/linux/usb/ |
D | gadget_configfs.h | 98 .ct_group_ops = &struct_in##_strings_ops, \
|
/Linux-v5.10/fs/dlm/ |
D | config.c | 301 .ct_group_ops = &clusters_ops, 312 .ct_group_ops = &spaces_ops, 322 .ct_group_ops = &comms_ops, 333 .ct_group_ops = &nodes_ops,
|
/Linux-v5.10/drivers/iio/ |
D | industrialio-sw-device.c | 157 .ct_group_ops = &device_ops,
|
D | industrialio-sw-trigger.c | 157 .ct_group_ops = &trigger_ops,
|
/Linux-v5.10/drivers/most/ |
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-v5.10/drivers/nvme/target/ |
D | configfs.c | 665 .ct_group_ops = &nvmet_namespaces_group_ops, 1236 .ct_group_ops = &nvmet_subsystems_group_ops, 1331 .ct_group_ops = &nvmet_referral_group_ops, 1454 .ct_group_ops = &nvmet_ana_groups_group_ops, 1562 .ct_group_ops = &nvmet_ports_group_ops, 1604 .ct_group_ops = &nvmet_hosts_group_ops,
|
/Linux-v5.10/drivers/acpi/ |
D | acpi_configfs.c | 241 .ct_group_ops = &acpi_table_group_ops,
|
/Linux-v5.10/include/linux/ |
D | configfs.h | 70 struct configfs_group_operations *ct_group_ops; member
|
/Linux-v5.10/drivers/infiniband/core/ |
D | cma_configfs.c | 344 .ct_group_ops = &cma_subsys_group_ops,
|
/Linux-v5.10/fs/ocfs2/cluster/ |
D | nodemanager.c | 648 .ct_group_ops = &o2nm_node_group_group_ops, 751 .ct_group_ops = &o2nm_cluster_group_group_ops,
|
D | heartbeat.c | 2198 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
|
/Linux-v5.10/drivers/usb/gadget/function/ |
D | uvc_configfs.c | 249 .ct_group_ops = &uvcg_control_header_grp_ops, 1057 .ct_group_ops = &uvcg_streaming_header_grp_ops, 1624 .ct_group_ops = &uvcg_uncompressed_group_ops, 1667 .ct_group_ops = &uvcg_uncompressed_grp_ops, 1816 .ct_group_ops = &uvcg_mjpeg_group_ops, 1853 .ct_group_ops = &uvcg_mjpeg_grp_ops,
|
D | f_mass_storage.c | 3331 .ct_group_ops = &fsg_group_ops,
|
/Linux-v5.10/drivers/usb/gadget/ |
D | configfs.c | 634 .ct_group_ops = &functions_ops, 735 .ct_group_ops = &config_desc_ops, 1210 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir() 1616 .ct_group_ops = &gadgets_ops,
|
/Linux-v5.10/drivers/target/ |
D | target_core_fabric_configfs.c | 42 cit->ct_group_ops = _group_ops; \ 55 cit->ct_group_ops = _group_ops; \
|
D | target_core_configfs.c | 48 cit->ct_group_ops = _group_ops; \ 60 cit->ct_group_ops = _group_ops; \ 308 .ct_group_ops = &target_core_fabric_group_ops, 2726 .ct_group_ops = &target_core_alua_lu_gps_group_ops, 3401 .ct_group_ops = &target_core_hba_group_ops, 3484 .ct_group_ops = &target_core_group_ops,
|
/Linux-v5.10/drivers/pci/endpoint/ |
D | pci-ep-cfs.c | 444 .ct_group_ops = &pci_epf_group_ops,
|
/Linux-v5.10/drivers/net/ |
D | netconsole.c | 674 .ct_group_ops = &netconsole_subsys_group_ops,
|
/Linux-v5.10/drivers/block/ |
D | null_blk_main.c | 552 .ct_group_ops = &nullb_group_ops,
|