Home
last modified time | relevance | path

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

/Linux-v4.19/fs/configfs/
Ddir.c909 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/
Dpolicy.c233 .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/
Dconfigfs_sample.c266 .ct_group_ops = &simple_children_group_ops,
335 .ct_group_ops = &group_children_group_ops,
/Linux-v4.19/drivers/nvme/target/
Dconfigfs.c566 .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/
Dconfig.c286 .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/
Dgadget_configfs.h98 .ct_group_ops = &struct_in##_strings_ops, \
/Linux-v4.19/Documentation/filesystems/configfs/
Dconfigfs.txt184 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/
Dindustrialio-sw-device.c160 .ct_group_ops = &device_ops,
Dindustrialio-sw-trigger.c160 .ct_group_ops = &trigger_ops,
/Linux-v4.19/drivers/acpi/
Dacpi_configfs.c242 .ct_group_ops = &acpi_table_group_ops,
/Linux-v4.19/include/linux/
Dconfigfs.h84 struct configfs_group_operations *ct_group_ops; member
/Linux-v4.19/drivers/infiniband/core/
Dcma_configfs.c327 .ct_group_ops = &cma_subsys_group_ops,
/Linux-v4.19/drivers/usb/gadget/function/
Duvc_configfs.c175 .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,
Df_mass_storage.c3323 .ct_group_ops = &fsg_group_ops,
/Linux-v4.19/fs/ocfs2/cluster/
Dnodemanager.c660 .ct_group_ops = &o2nm_node_group_group_ops,
763 .ct_group_ops = &o2nm_cluster_group_group_ops,
Dheartbeat.c2314 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
/Linux-v4.19/drivers/usb/gadget/
Dconfigfs.c598 .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/
Dtarget_core_configfs.c56 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,
Dtarget_core_fabric_configfs.c50 cit->ct_group_ops = _group_ops; \
63 cit->ct_group_ops = _group_ops; \
/Linux-v4.19/drivers/pci/endpoint/
Dpci-ep-cfs.c460 .ct_group_ops = &pci_epf_group_ops,
/Linux-v4.19/drivers/net/
Dnetconsole.c686 .ct_group_ops = &netconsole_subsys_group_ops,
/Linux-v4.19/drivers/block/
Dnull_blk_main.c478 .ct_group_ops = &nullb_group_ops,