Home
last modified time | relevance | path

Searched refs:child_sd (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/fs/configfs/
Ddir.c324 struct configfs_dirent *child_sd; in configfs_dir_set_ready() local
327 list_for_each_entry(child_sd, &sd->s_children, s_sibling) in configfs_dir_set_ready()
328 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
329 configfs_dir_set_ready(child_sd); in configfs_dir_set_ready()
947 struct configfs_dirent *child_sd; in configfs_dump() local
955 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_dump()
956 ret = configfs_dump(child_sd, level + 2); in configfs_dump()
1027 struct configfs_dirent *child_sd, *sd; in configfs_depend_prep() local
1036 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_depend_prep()
1037 if ((child_sd->s_type & CONFIGFS_DIR) && in configfs_depend_prep()
[all …]
/Linux-v5.15/block/
Dbfq-cgroup.c837 struct bfq_sched_data *child_sd = child_entity->my_sched_data; in bfq_reparent_leaf_entity() local
838 struct bfq_service_tree *child_st = child_sd->service_tree + in bfq_reparent_leaf_entity()
845 child_entity = child_sd->in_service_entity; in bfq_reparent_leaf_entity()