Lines Matching defs:child_sd
334 struct configfs_dirent *child_sd;
337 list_for_each_entry(child_sd, &sd->s_children, s_sibling)
338 if (child_sd->s_type & CONFIGFS_USET_CREATING)
339 configfs_dir_set_ready(child_sd);
983 struct configfs_dirent *child_sd;
991 list_for_each_entry(child_sd, &sd->s_children, s_sibling) {
992 ret = configfs_dump(child_sd, level + 2);
1063 struct configfs_dirent *child_sd, *sd;
1072 list_for_each_entry(child_sd, &sd->s_children, s_sibling) {
1073 if ((child_sd->s_type & CONFIGFS_DIR) &&
1074 !(child_sd->s_type & CONFIGFS_USET_DROPPING) &&
1075 !(child_sd->s_type & CONFIGFS_USET_CREATING)) {
1076 ret = configfs_depend_prep(child_sd->s_dentry,