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

/linux-master/fs/configfs/
H A Ddir.c333 struct configfs_dirent *child_sd; local
336 list_for_each_entry(child_sd, &sd->s_children, s_sibling)
337 if (child_sd->s_type & CONFIGFS_USET_CREATING)
338 configfs_dir_set_ready(child_sd);
957 struct configfs_dirent *child_sd; local
965 list_for_each_entry(child_sd, &sd->s_children, s_sibling) {
966 ret = configfs_dump(child_sd, level + 2);
1037 struct configfs_dirent *child_sd, *sd; local
1046 list_for_each_entry(child_sd, &sd->s_children, s_sibling) {
1047 if ((child_sd
[all...]
/linux-master/block/
H A Dbfq-cgroup.c881 struct bfq_sched_data *child_sd = child_entity->my_sched_data; local
882 struct bfq_service_tree *child_st = child_sd->service_tree +
889 child_entity = child_sd->in_service_entity;

Completed in 113 milliseconds