Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/Documentation/filesystems/configfs/
Dconfigfs_example_macros.c299 .ct_group_ops = &simple_children_group_ops,
377 .ct_group_ops = &group_children_group_ops,
Dconfigfs_example_explicit.c336 .ct_group_ops = &simple_children_group_ops,
414 .ct_group_ops = &group_children_group_ops,
Dconfigfs.txt178 struct configfs_group_operations *ct_group_ops;
248 ct_group_ops->make_item() method. If provided, this method is called from mkdir(2) in the group's …
254 provides ct_group_ops->make_group(). Everything else behaves the same,
258 ct_group_ops->drop_item() is called. As a config_group is also a
262 the ct_group_ops->drop_item() method, and configfs will call
277 ct_group_ops->disconnect_notify() method. The method is called after
397 children of the parent group. If ct_group_ops->make_group() exists,
467 Any group that provides the ct_group_ops->commit_item() method has
482 is notified by the ct_group_ops->uncommit_object() method.
/linux-4.1.27/include/linux/usb/
Dgadget_configfs.h106 .ct_group_ops = &struct_in##_strings_ops, \
/linux-4.1.27/fs/dlm/
Dconfig.c388 .ct_group_ops = &clusters_ops,
399 .ct_group_ops = &spaces_ops,
409 .ct_group_ops = &comms_ops,
420 .ct_group_ops = &nodes_ops,
/linux-4.1.27/include/linux/
Dconfigfs.h85 struct configfs_group_operations *ct_group_ops; member
/linux-4.1.27/drivers/usb/gadget/
Dconfigfs.c616 .ct_group_ops = &functions_ops,
719 .ct_group_ops = &config_desc_ops,
1247 interface_type->ct_group_ops = &interf_grp_ops; in usb_os_desc_prepare_interf_dir()
1538 .ct_group_ops = &gadgets_ops,
/linux-4.1.27/drivers/usb/gadget/function/
Duvc_configfs.c183 .ct_group_ops = &uvcg_control_header_grp_ops,
995 .ct_group_ops = &uvcg_streaming_header_grp_ops,
1541 .ct_group_ops = &uvcg_uncompressed_group_ops,
1591 .ct_group_ops = &uvcg_uncompressed_grp_ops,
1754 .ct_group_ops = &uvcg_mjpeg_group_ops,
1798 .ct_group_ops = &uvcg_mjpeg_grp_ops,
Df_mass_storage.c3457 .ct_group_ops = &fsg_group_ops,
/linux-4.1.27/fs/ocfs2/cluster/
Dnodemanager.c760 .ct_group_ops = &o2nm_node_group_group_ops,
877 .ct_group_ops = &o2nm_cluster_group_group_ops,
Dheartbeat.c2294 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c60 cit->ct_group_ops = _group_ops; \
276 .ct_group_ops = &target_core_fabric_group_ops,
1934 .ct_group_ops = &target_core_alua_lu_gps_group_ops,
2770 .ct_group_ops = &target_core_hba_group_ops,
2853 .ct_group_ops = &target_core_group_ops,
Dtarget_core_fabric_configfs.c53 cit->ct_group_ops = _group_ops; \
67 cit->ct_group_ops = _group_ops; \
/linux-4.1.27/drivers/net/
Dnetconsole.c647 .ct_group_ops = &netconsole_subsys_group_ops,