Searched refs:ct_group_ops (Results  1 – 23 of 23) sorted by relevance
| /Linux-v5.4/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.4/samples/configfs/ | 
| D | configfs_sample.c | 252 	.ct_group_ops	= &simple_children_group_ops, 321 	.ct_group_ops	= &group_children_group_ops,
  | 
| /Linux-v5.4/drivers/hwtracing/stm/ | 
| D | policy.c | 285 	.ct_group_ops	= &stp_policy_node_group_ops, 378 	.ct_group_ops	= &stp_policy_group_ops, 475 	.ct_group_ops	= &stp_policy_root_group_ops,
  | 
| /Linux-v5.4/drivers/nvme/target/ | 
| D | configfs.c | 614 	.ct_group_ops		= &nvmet_namespaces_group_ops, 926 	.ct_group_ops		= &nvmet_subsystems_group_ops, 1013 	.ct_group_ops	= &nvmet_referral_group_ops, 1140 	.ct_group_ops		= &nvmet_ana_groups_group_ops, 1244 	.ct_group_ops		= &nvmet_ports_group_ops, 1286 	.ct_group_ops		= &nvmet_hosts_group_ops,
  | 
| /Linux-v5.4/fs/dlm/ | 
| D | config.c | 284 	.ct_group_ops = &clusters_ops, 295 	.ct_group_ops = &spaces_ops, 305 	.ct_group_ops = &comms_ops, 316 	.ct_group_ops = &nodes_ops,
  | 
| /Linux-v5.4/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-v5.4/include/linux/usb/ | 
| D | gadget_configfs.h | 98 	.ct_group_ops   = &struct_in##_strings_ops,			\
  | 
| /Linux-v5.4/drivers/staging/most/ | 
| D | configfs.c | 438 	.ct_group_ops	= &most_common_group_ops, 540 	.ct_group_ops	= &most_snd_grp_group_ops, 577 	.ct_group_ops	= &most_sound_group_ops,
  | 
| /Linux-v5.4/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.4/drivers/acpi/ | 
| D | acpi_configfs.c | 236 	.ct_group_ops = &acpi_table_group_ops,
  | 
| /Linux-v5.4/include/linux/ | 
| D | configfs.h | 70 	struct configfs_group_operations	*ct_group_ops;  member
  | 
| /Linux-v5.4/drivers/infiniband/core/ | 
| D | cma_configfs.c | 330 	.ct_group_ops	= &cma_subsys_group_ops,
  | 
| /Linux-v5.4/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 | 2208 	.ct_group_ops	= &o2hb_heartbeat_group_group_ops,
  | 
| /Linux-v5.4/drivers/usb/gadget/ | 
| D | configfs.c | 600 	.ct_group_ops   = &functions_ops, 701 	.ct_group_ops   = &config_desc_ops, 1176 	interface_type->ct_group_ops = &interf_grp_ops;  in usb_os_desc_prepare_interf_dir() 1581 	.ct_group_ops   = &gadgets_ops,
  | 
| /Linux-v5.4/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.4/drivers/target/ | 
| 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, 2660 	.ct_group_ops		= &target_core_alua_lu_gps_group_ops, 3335 	.ct_group_ops		= &target_core_hba_group_ops, 3418 	.ct_group_ops	= &target_core_group_ops,
  | 
| D | target_core_fabric_configfs.c | 42 	cit->ct_group_ops = _group_ops;					\ 55 	cit->ct_group_ops = _group_ops;					\
  | 
| /Linux-v5.4/drivers/pci/endpoint/ | 
| D | pci-ep-cfs.c | 460 	.ct_group_ops	= &pci_epf_group_ops,
  | 
| /Linux-v5.4/drivers/net/ | 
| D | netconsole.c | 674 	.ct_group_ops	= &netconsole_subsys_group_ops,
  | 
| /Linux-v5.4/drivers/block/ | 
| D | null_blk_main.c | 486 	.ct_group_ops	= &nullb_group_ops,
  |