Lines Matching refs:child_sd
325 struct configfs_dirent *child_sd; in configfs_dir_set_ready() local
328 list_for_each_entry(child_sd, &sd->s_children, s_sibling) in configfs_dir_set_ready()
329 if (child_sd->s_type & CONFIGFS_USET_CREATING) in configfs_dir_set_ready()
330 configfs_dir_set_ready(child_sd); in configfs_dir_set_ready()
973 struct configfs_dirent *child_sd; in configfs_dump() local
981 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_dump()
982 ret = configfs_dump(child_sd, level + 2); in configfs_dump()
1053 struct configfs_dirent *child_sd, *sd; in configfs_depend_prep() local
1062 list_for_each_entry(child_sd, &sd->s_children, s_sibling) { in configfs_depend_prep()
1063 if ((child_sd->s_type & CONFIGFS_DIR) && in configfs_depend_prep()
1064 !(child_sd->s_type & CONFIGFS_USET_DROPPING) && in configfs_depend_prep()
1065 !(child_sd->s_type & CONFIGFS_USET_CREATING)) { in configfs_depend_prep()
1066 ret = configfs_depend_prep(child_sd->s_dentry, in configfs_depend_prep()