Lines Matching defs:subsys_sd
1097 static int configfs_do_depend_item(struct configfs_dirent *subsys_sd,
1105 ret = configfs_depend_prep(subsys_sd, target);
1147 struct configfs_dirent *subsys_sd;
1166 subsys_sd = configfs_find_subsys_dentry(root->d_fsdata, s_item);
1167 if (!subsys_sd) {
1173 ret = configfs_do_depend_item(subsys_sd, target);
1230 struct configfs_dirent *subsys_sd;
1265 subsys_sd = configfs_find_subsys_dentry(
1268 if (!subsys_sd)
1271 subsys_sd = target_subsys->su_group.cg_item.ci_dentry->d_fsdata;
1275 ret = configfs_do_depend_item(subsys_sd, target);