Home
last modified time | relevance | path

Searched refs:ct_group_ops (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.10/fs/configfs/
Ddir.c925 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/
Dconfigfs_sample.c234 .ct_group_ops = &simple_children_group_ops,
302 .ct_group_ops = &group_children_group_ops,
/Linux-v5.10/drivers/hwtracing/stm/
Dpolicy.c285 .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/
Dconfigfs.rst195 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/
Dgadget_configfs.h98 .ct_group_ops = &struct_in##_strings_ops, \
/Linux-v5.10/fs/dlm/
Dconfig.c301 .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/
Dindustrialio-sw-device.c157 .ct_group_ops = &device_ops,
Dindustrialio-sw-trigger.c157 .ct_group_ops = &trigger_ops,
/Linux-v5.10/drivers/most/
Dconfigfs.c476 .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/
Dconfigfs.c665 .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/
Dacpi_configfs.c241 .ct_group_ops = &acpi_table_group_ops,
/Linux-v5.10/include/linux/
Dconfigfs.h70 struct configfs_group_operations *ct_group_ops; member
/Linux-v5.10/drivers/infiniband/core/
Dcma_configfs.c344 .ct_group_ops = &cma_subsys_group_ops,
/Linux-v5.10/fs/ocfs2/cluster/
Dnodemanager.c648 .ct_group_ops = &o2nm_node_group_group_ops,
751 .ct_group_ops = &o2nm_cluster_group_group_ops,
Dheartbeat.c2198 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
/Linux-v5.10/drivers/usb/gadget/function/
Duvc_configfs.c249 .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,
Df_mass_storage.c3331 .ct_group_ops = &fsg_group_ops,
/Linux-v5.10/drivers/usb/gadget/
Dconfigfs.c634 .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/
Dtarget_core_fabric_configfs.c42 cit->ct_group_ops = _group_ops; \
55 cit->ct_group_ops = _group_ops; \
Dtarget_core_configfs.c48 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/
Dpci-ep-cfs.c444 .ct_group_ops = &pci_epf_group_ops,
/Linux-v5.10/drivers/net/
Dnetconsole.c674 .ct_group_ops = &netconsole_subsys_group_ops,
/Linux-v5.10/drivers/block/
Dnull_blk_main.c552 .ct_group_ops = &nullb_group_ops,