Home
last modified time | relevance | path

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

/linux-4.4.14/fs/configfs/
Ddir.c902 if (type->ct_group_ops && type->ct_group_ops->disconnect_notify) in client_disconnect_notify()
903 type->ct_group_ops->disconnect_notify(to_config_group(parent_item), in client_disconnect_notify()
925 if (type->ct_group_ops && type->ct_group_ops->drop_item) in client_drop_item()
926 type->ct_group_ops->drop_item(to_config_group(parent_item), in client_drop_item()
1190 if (!type || !type->ct_group_ops || in configfs_mkdir()
1191 (!type->ct_group_ops->make_group && in configfs_mkdir()
1192 !type->ct_group_ops->make_item)) { in configfs_mkdir()
1221 if (type->ct_group_ops->make_group) { in configfs_mkdir()
1222 group = type->ct_group_ops->make_group(to_config_group(parent_item), name); in configfs_mkdir()
1231 item = type->ct_group_ops->make_item(to_config_group(parent_item), name); in configfs_mkdir()
/linux-4.4.14/drivers/hwtracing/stm/
Dpolicy.c242 .ct_group_ops = &stp_policy_node_group_ops,
305 .ct_group_ops = &stp_policy_group_ops,
372 .ct_group_ops = &stp_policies_group_ops,
/linux-4.4.14/samples/configfs/
Dconfigfs_sample.c266 .ct_group_ops = &simple_children_group_ops,
335 .ct_group_ops = &group_children_group_ops,
/linux-4.4.14/Documentation/filesystems/configfs/
Dconfigfs.txt172 struct configfs_group_operations *ct_group_ops;
242 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
248 provides ct_group_ops->make_group(). Everything else behaves the same,
252 ct_group_ops->drop_item() is called. As a config_group is also a
256 the ct_group_ops->drop_item() method, and configfs will call
271 ct_group_ops->disconnect_notify() method. The method is called after
381 children of the parent group. If ct_group_ops->make_group() exists,
451 Any group that provides the ct_group_ops->commit_item() method has
466 is notified by the ct_group_ops->uncommit_object() method.
/linux-4.4.14/fs/dlm/
Dconfig.c282 .ct_group_ops = &clusters_ops,
293 .ct_group_ops = &spaces_ops,
303 .ct_group_ops = &comms_ops,
314 .ct_group_ops = &nodes_ops,
/linux-4.4.14/include/linux/usb/
Dgadget_configfs.h97 .ct_group_ops = &struct_in##_strings_ops, \
/linux-4.4.14/include/linux/
Dconfigfs.h85 struct configfs_group_operations *ct_group_ops; member
/linux-4.4.14/drivers/usb/gadget/function/
Duvc_configfs.c174 .ct_group_ops = &uvcg_control_header_grp_ops,
950 .ct_group_ops = &uvcg_streaming_header_grp_ops,
1468 .ct_group_ops = &uvcg_uncompressed_group_ops,
1518 .ct_group_ops = &uvcg_uncompressed_grp_ops,
1668 .ct_group_ops = &uvcg_mjpeg_group_ops,
1712 .ct_group_ops = &uvcg_mjpeg_grp_ops,
Df_mass_storage.c3434 .ct_group_ops = &fsg_group_ops,
/linux-4.4.14/fs/ocfs2/cluster/
Dnodemanager.c623 .ct_group_ops = &o2nm_node_group_group_ops,
738 .ct_group_ops = &o2nm_cluster_group_group_ops,
Dheartbeat.c2143 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
/linux-4.4.14/drivers/usb/gadget/
Dconfigfs.c596 .ct_group_ops = &functions_ops,
698 .ct_group_ops = &config_desc_ops,
1177 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir()
1480 .ct_group_ops = &gadgets_ops,
/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c56 cit->ct_group_ops = _group_ops; \
68 cit->ct_group_ops = _group_ops; \
259 .ct_group_ops = &target_core_fabric_group_ops,
2293 .ct_group_ops = &target_core_alua_lu_gps_group_ops,
3005 .ct_group_ops = &target_core_hba_group_ops,
3088 .ct_group_ops = &target_core_group_ops,
Dtarget_core_fabric_configfs.c49 cit->ct_group_ops = _group_ops; \
62 cit->ct_group_ops = _group_ops; \
/linux-4.4.14/drivers/net/
Dnetconsole.c686 .ct_group_ops = &netconsole_subsys_group_ops,