Searched refs:cg_children (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/configfs/ |
| H A D | item.c | 160 INIT_LIST_HEAD(&group->cg_children); in config_group_init() 180 list_for_each(entry, &group->cg_children) { in config_group_find_item()
|
| H A D | dir.c | 791 list_add_tail(&item->ci_entry, &item->ci_group->cg_children); in link_obj()
|
| /linux/drivers/hwtracing/stm/ |
| H A D | policy.c | 494 struct list_head *head = &policy->group.cg_children; in __stp_policy_node_lookup() 520 head = &policy_node->group.cg_children; in __stp_policy_node_lookup()
|
| /linux/Documentation/filesystems/ |
| H A D | configfs.rst | 269 struct list_head cg_children; 382 this reason, the hierarchy is mirrored via the config_group->cg_children 385 A subsystem can navigate the cg_children list and the ci_parent pointer 397 be in its parent's cg_children list for the same duration. This allows 398 a subsystem to trust ci_parent and cg_children while they hold the
|
| /linux/include/linux/ |
| H A D | configfs.h | 79 struct list_head cg_children; member
|
| /linux/kernel/ |
| H A D | crash_dump_dm_crypt.c | 376 list_for_each_entry(item, &config_keys_subsys.su_group.cg_children, in build_keys_header()
|
| /linux/drivers/net/ |
| H A D | netconsole.c | 935 return list_count_nodes(&nt->userdata_group.cg_children); in count_userdata_entries() 1007 list_for_each(entry, &nt->userdata_group.cg_children) { in calc_userdata_len() 1044 list_for_each(entry, &nt->userdata_group.cg_children) { in update_userdata()
|
| /linux/fs/dlm/ |
| H A D | config.c | 906 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | uvc_configfs.c | 2252 list_for_each_entry(ci, &fmt->cg_children, ci_entry) { in uvcg_format_set_indices() 3205 list_for_each_entry(item, &grp->cg_children, ci_entry) { in __uvcg_iter_strm_cls()
|
| /linux/drivers/nvme/target/ |
| H A D | configfs.c | 2306 list_for_each(entry, &nvmet_subsystems_group.cg_children) { in nvmet_root_discovery_nqn_store()
|