Home
last modified time | relevance | path

Searched refs:cg_children (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/fs/configfs/
Ditem.c176 INIT_LIST_HEAD(&group->cg_children); in config_group_init()
196 list_for_each(entry, &group->cg_children) { in config_group_find_item()
Ddir.c759 list_add_tail(&item->ci_entry, &item->ci_group->cg_children); in link_obj()
/Linux-v4.19/drivers/hwtracing/stm/
Dpolicy.c396 struct list_head *head = &policy->group.cg_children; in __stp_policy_node_lookup()
426 head = &policy_node->group.cg_children; in __stp_policy_node_lookup()
/Linux-v4.19/include/linux/
Dconfigfs.h95 struct list_head cg_children; member
/Linux-v4.19/Documentation/filesystems/configfs/
Dconfigfs.txt251 struct list_head cg_children;
359 this reason, the hierarchy is mirrored via the config_group->cg_children
362 A subsystem can navigate the cg_children list and the ci_parent pointer
374 be in its parent's cg_children list for the same duration. This allows
375 a subsystem to trust ci_parent and cg_children while they hold the
/Linux-v4.19/fs/dlm/
Dconfig.c755 list_for_each_entry(i, &comm_list->cg_children, ci_entry) { in get_comm()
/Linux-v4.19/drivers/usb/gadget/function/
Duvc_configfs.c1819 list_for_each_entry(item, &grp->cg_children, ci_entry) { in __uvcg_iter_strm_cls()