ct_group_ops      236 drivers/acpi/acpi_configfs.c 	.ct_group_ops = &acpi_table_group_ops,
ct_group_ops      486 drivers/block/null_blk_main.c 	.ct_group_ops	= &nullb_group_ops,
ct_group_ops      285 drivers/hwtracing/stm/policy.c 	.ct_group_ops	= &stp_policy_node_group_ops,
ct_group_ops      382 drivers/hwtracing/stm/policy.c 	.ct_group_ops	= &stp_policy_group_ops,
ct_group_ops      479 drivers/hwtracing/stm/policy.c 	.ct_group_ops	= &stp_policy_root_group_ops,
ct_group_ops      157 drivers/iio/industrialio-sw-device.c 	.ct_group_ops = &device_ops,
ct_group_ops      157 drivers/iio/industrialio-sw-trigger.c 	.ct_group_ops = &trigger_ops,
ct_group_ops      330 drivers/infiniband/core/cma_configfs.c 	.ct_group_ops	= &cma_subsys_group_ops,
ct_group_ops      674 drivers/net/netconsole.c 	.ct_group_ops	= &netconsole_subsys_group_ops,
ct_group_ops      614 drivers/nvme/target/configfs.c 	.ct_group_ops		= &nvmet_namespaces_group_ops,
ct_group_ops      926 drivers/nvme/target/configfs.c 	.ct_group_ops		= &nvmet_subsystems_group_ops,
ct_group_ops     1013 drivers/nvme/target/configfs.c 	.ct_group_ops	= &nvmet_referral_group_ops,
ct_group_ops     1140 drivers/nvme/target/configfs.c 	.ct_group_ops		= &nvmet_ana_groups_group_ops,
ct_group_ops     1244 drivers/nvme/target/configfs.c 	.ct_group_ops		= &nvmet_ports_group_ops,
ct_group_ops     1286 drivers/nvme/target/configfs.c 	.ct_group_ops		= &nvmet_hosts_group_ops,
ct_group_ops      460 drivers/pci/endpoint/pci-ep-cfs.c 	.ct_group_ops	= &pci_epf_group_ops,
ct_group_ops      438 drivers/staging/most/configfs.c 	.ct_group_ops	= &most_common_group_ops,
ct_group_ops      540 drivers/staging/most/configfs.c 	.ct_group_ops	= &most_snd_grp_group_ops,
ct_group_ops      577 drivers/staging/most/configfs.c 	.ct_group_ops	= &most_sound_group_ops,
ct_group_ops       48 drivers/target/target_core_configfs.c 	cit->ct_group_ops = _group_ops;					\
ct_group_ops       60 drivers/target/target_core_configfs.c 	cit->ct_group_ops = _group_ops;					\
ct_group_ops      308 drivers/target/target_core_configfs.c 	.ct_group_ops	= &target_core_fabric_group_ops,
ct_group_ops     2660 drivers/target/target_core_configfs.c 	.ct_group_ops		= &target_core_alua_lu_gps_group_ops,
ct_group_ops     3335 drivers/target/target_core_configfs.c 	.ct_group_ops		= &target_core_hba_group_ops,
ct_group_ops     3418 drivers/target/target_core_configfs.c 	.ct_group_ops	= &target_core_group_ops,
ct_group_ops       42 drivers/target/target_core_fabric_configfs.c 	cit->ct_group_ops = _group_ops;					\
ct_group_ops       55 drivers/target/target_core_fabric_configfs.c 	cit->ct_group_ops = _group_ops;					\
ct_group_ops      603 drivers/usb/gadget/configfs.c 	.ct_group_ops   = &functions_ops,
ct_group_ops      704 drivers/usb/gadget/configfs.c 	.ct_group_ops   = &config_desc_ops,
ct_group_ops     1179 drivers/usb/gadget/configfs.c 	interface_type->ct_group_ops = &interf_grp_ops;
ct_group_ops     1585 drivers/usb/gadget/configfs.c 	.ct_group_ops   = &gadgets_ops,
ct_group_ops     3331 drivers/usb/gadget/function/f_mass_storage.c 	.ct_group_ops	= &fsg_group_ops,
ct_group_ops      249 drivers/usb/gadget/function/uvc_configfs.c 		.ct_group_ops	= &uvcg_control_header_grp_ops,
ct_group_ops     1057 drivers/usb/gadget/function/uvc_configfs.c 		.ct_group_ops	= &uvcg_streaming_header_grp_ops,
ct_group_ops     1624 drivers/usb/gadget/function/uvc_configfs.c 	.ct_group_ops	= &uvcg_uncompressed_group_ops,
ct_group_ops     1667 drivers/usb/gadget/function/uvc_configfs.c 		.ct_group_ops	= &uvcg_uncompressed_grp_ops,
ct_group_ops     1816 drivers/usb/gadget/function/uvc_configfs.c 	.ct_group_ops	= &uvcg_mjpeg_group_ops,
ct_group_ops     1853 drivers/usb/gadget/function/uvc_configfs.c 		.ct_group_ops	= &uvcg_mjpeg_grp_ops,
ct_group_ops      925 fs/configfs/dir.c 	if (type->ct_group_ops && type->ct_group_ops->disconnect_notify)
ct_group_ops      926 fs/configfs/dir.c 		type->ct_group_ops->disconnect_notify(to_config_group(parent_item),
ct_group_ops      948 fs/configfs/dir.c 	if (type->ct_group_ops && type->ct_group_ops->drop_item)
ct_group_ops      949 fs/configfs/dir.c 		type->ct_group_ops->drop_item(to_config_group(parent_item),
ct_group_ops     1312 fs/configfs/dir.c 	if (!type || !type->ct_group_ops ||
ct_group_ops     1313 fs/configfs/dir.c 	    (!type->ct_group_ops->make_group &&
ct_group_ops     1314 fs/configfs/dir.c 	     !type->ct_group_ops->make_item)) {
ct_group_ops     1343 fs/configfs/dir.c 	if (type->ct_group_ops->make_group) {
ct_group_ops     1344 fs/configfs/dir.c 		group = type->ct_group_ops->make_group(to_config_group(parent_item), name);
ct_group_ops     1353 fs/configfs/dir.c 		item = type->ct_group_ops->make_item(to_config_group(parent_item), name);
ct_group_ops      284 fs/dlm/config.c 	.ct_group_ops = &clusters_ops,
ct_group_ops      295 fs/dlm/config.c 	.ct_group_ops = &spaces_ops,
ct_group_ops      305 fs/dlm/config.c 	.ct_group_ops = &comms_ops,
ct_group_ops      316 fs/dlm/config.c 	.ct_group_ops = &nodes_ops,
ct_group_ops     2208 fs/ocfs2/cluster/heartbeat.c 	.ct_group_ops	= &o2hb_heartbeat_group_group_ops,
ct_group_ops      648 fs/ocfs2/cluster/nodemanager.c 	.ct_group_ops	= &o2nm_node_group_group_ops,
ct_group_ops      751 fs/ocfs2/cluster/nodemanager.c 	.ct_group_ops	= &o2nm_cluster_group_group_ops,
ct_group_ops       70 include/linux/configfs.h 	struct configfs_group_operations	*ct_group_ops;
ct_group_ops       98 include/linux/usb/gadget_configfs.h 	.ct_group_ops   = &struct_in##_strings_ops,			\
ct_group_ops      252 samples/configfs/configfs_sample.c 	.ct_group_ops	= &simple_children_group_ops,
ct_group_ops      321 samples/configfs/configfs_sample.c 	.ct_group_ops	= &group_children_group_ops,