Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/configfs/
H A Ddir.c933 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify()
934 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify()
956 if (type->ct_group_ops && type->ct_group_ops->drop_item) in client_drop_item()
957 type->ct_group_ops->drop_item(to_config_group(parent_item), in client_drop_item()
1320 if (!type || !type->ct_group_ops || in configfs_mkdir()
1321 (!type->ct_group_ops->make_group && in configfs_mkdir()
1322 !type->ct_group_ops->make_item)) { in configfs_mkdir()
1351 if (type->ct_group_ops->make_group) { in configfs_mkdir()
1352 group = type->ct_group_ops->make_group(to_config_group(parent_item), name); in configfs_mkdir()
1361 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
/OK3568_Linux_fs/kernel/samples/configfs/
H A Dconfigfs_sample.c234 .ct_group_ops = &simple_children_group_ops,
302 .ct_group_ops = &group_children_group_ops,
/OK3568_Linux_fs/kernel/drivers/hwtracing/stm/
H A 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,
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A 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.
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dconfig.c313 .ct_group_ops = &clusters_ops,
324 .ct_group_ops = &spaces_ops,
334 .ct_group_ops = &comms_ops,
345 .ct_group_ops = &nodes_ops,
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A 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,
1564 .ct_group_ops = &nvmet_ports_group_ops,
1606 .ct_group_ops = &nvmet_hosts_group_ops,
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dgadget_configfs.h98 .ct_group_ops = &struct_in##_strings_ops, \
/OK3568_Linux_fs/kernel/drivers/most/
H A 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,
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-sw-device.c157 .ct_group_ops = &device_ops,
H A Dindustrialio-sw-trigger.c161 .ct_group_ops = &trigger_ops,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Duvc_configfs.c250 .ct_group_ops = &uvcg_control_header_grp_ops,
1060 .ct_group_ops = &uvcg_streaming_header_grp_ops,
1661 .ct_group_ops = &uvcg_uncompressed_group_ops,
1704 .ct_group_ops = &uvcg_uncompressed_grp_ops,
1853 .ct_group_ops = &uvcg_mjpeg_group_ops,
1890 .ct_group_ops = &uvcg_mjpeg_grp_ops,
2102 .ct_group_ops = &uvcg_framebased_group_ops,
2145 .ct_group_ops = &uvcg_framebased_grp_ops,
H A Df_mass_storage.c3388 .ct_group_ops = &fsg_group_ops,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_configfs.c241 .ct_group_ops = &acpi_table_group_ops,
/OK3568_Linux_fs/kernel/include/linux/
H A Dconfigfs.h70 struct configfs_group_operations *ct_group_ops; member
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dnodemanager.c648 .ct_group_ops = &o2nm_node_group_group_ops,
751 .ct_group_ops = &o2nm_cluster_group_group_ops,
H A Dheartbeat.c2204 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
/OK3568_Linux_fs/kernel/drivers/infiniband/core/
H A Dcma_configfs.c346 .ct_group_ops = &cma_subsys_group_ops,
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_fabric_configfs.c42 cit->ct_group_ops = _group_ops; \
55 cit->ct_group_ops = _group_ops; \
H A 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,
2734 .ct_group_ops = &target_core_alua_lu_gps_group_ops,
3409 .ct_group_ops = &target_core_hba_group_ops,
3492 .ct_group_ops = &target_core_group_ops,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfigfs.c679 .ct_group_ops = &functions_ops,
780 .ct_group_ops = &config_desc_ops,
1255 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir()
1907 .ct_group_ops = &gadgets_ops,
/OK3568_Linux_fs/kernel/drivers/pci/endpoint/
H A Dpci-ep-cfs.c444 .ct_group_ops = &pci_epf_group_ops,
/OK3568_Linux_fs/kernel/drivers/net/
H A Dnetconsole.c674 .ct_group_ops = &netconsole_subsys_group_ops,
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_main.c552 .ct_group_ops = &nullb_group_ops,