Searched refs:ct_group_ops (Results 1 – 15 of 15) sorted by relevance
/linux-4.1.27/fs/configfs/ |
D | dir.c | 902 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/ |
D | configfs_example_macros.c | 299 .ct_group_ops = &simple_children_group_ops, 377 .ct_group_ops = &group_children_group_ops,
|
D | configfs_example_explicit.c | 336 .ct_group_ops = &simple_children_group_ops, 414 .ct_group_ops = &group_children_group_ops,
|
D | configfs.txt | 178 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/ |
D | gadget_configfs.h | 106 .ct_group_ops = &struct_in##_strings_ops, \
|
/linux-4.1.27/fs/dlm/ |
D | config.c | 388 .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/ |
D | configfs.h | 85 struct configfs_group_operations *ct_group_ops; member
|
/linux-4.1.27/drivers/usb/gadget/ |
D | configfs.c | 616 .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/ |
D | uvc_configfs.c | 183 .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,
|
D | f_mass_storage.c | 3457 .ct_group_ops = &fsg_group_ops,
|
/linux-4.1.27/fs/ocfs2/cluster/ |
D | nodemanager.c | 760 .ct_group_ops = &o2nm_node_group_group_ops, 877 .ct_group_ops = &o2nm_cluster_group_group_ops,
|
D | heartbeat.c | 2294 .ct_group_ops = &o2hb_heartbeat_group_group_ops,
|
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 60 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,
|
D | target_core_fabric_configfs.c | 53 cit->ct_group_ops = _group_ops; \ 67 cit->ct_group_ops = _group_ops; \
|
/linux-4.1.27/drivers/net/ |
D | netconsole.c | 647 .ct_group_ops = &netconsole_subsys_group_ops,
|