Lines Matching refs:target
25 * Also protects mutations of symlinks linkage to target configfs_dirent
362 int configfs_create_link(struct configfs_dirent *target, struct dentry *parent,
370 err = configfs_make_dirent(p, dentry, target, mode, CONFIGFS_ITEM_LINK,
1000 * If we can find the target item in the
1026 * If the target is not found, -ENOENT is bubbled up.
1035 struct config_item *target)
1043 if (sd->s_element == target) /* Boo-yah */
1051 target);
1057 /* We looped all our children and didn't find target */
1065 struct config_item *target)
1072 ret = configfs_depend_prep(subsys_dentry, target);
1080 p = target->ci_dentry->d_fsdata;
1109 struct config_item *target)
1138 ret = configfs_do_depend_item(subsys_sd->s_dentry, target);
1158 void configfs_undepend_item(struct config_item *target)
1168 sd = target->ci_dentry->d_fsdata;
1182 * caller_subsys is a caller's subsystem not target's. This is used to
1184 * in the same subsystem as our target there is no need to do locking as
1187 * on some inode. Otherwise we have to lock our root to ensure that target's
1191 struct config_item *target)
1199 if (configfs_is_root(target))
1202 parent = target->ci_group;
1208 target_subsys = to_configfs_subsystem(to_config_group(target));
1240 ret = configfs_do_depend_item(subsys_sd->s_dentry, target);
1245 * We were called from subsystem other than our target so we