Searched refs:old_parent (Results 1 - 14 of 14) sorted by relevance

/linux-master/fs/vboxsf/
H A Ddir.c392 struct inode *old_parent,
398 struct vboxsf_sbi *sbi = VBOXSF_SBI(old_parent->i_sb);
399 struct vboxsf_inode *sf_old_parent_i = VBOXSF_I(old_parent);
391 vboxsf_dir_rename(struct mnt_idmap *idmap, struct inode *old_parent, struct dentry *old_dentry, struct inode *new_parent, struct dentry *new_dentry, unsigned int flags) argument
/linux-master/security/tomoyo/
H A Dtomoyo.c276 * @old_parent: Pointer to "struct path".
284 static int tomoyo_path_rename(const struct path *old_parent, argument
290 struct path path1 = { .mnt = old_parent->mnt, .dentry = old_dentry };
/linux-master/fs/
H A Ddcache.c2766 struct dentry *old_parent, *p; local
2776 old_parent = dentry->d_parent;
2777 p = d_ancestor(old_parent, target);
2784 spin_lock_nested(&old_parent->d_lock, DENTRY_D_LOCK_NESTED);
2787 spin_lock(&old_parent->d_lock);
2816 if (dentry != old_parent) /* wasn't IS_ROOT */
2817 WARN_ON(!--old_parent->d_lockref.count);
2819 target->d_parent = old_parent;
2840 if (dentry->d_parent != old_parent)
2842 if (dentry != old_parent)
2992 struct dentry *old_parent = dget(new->d_parent); local
[all...]
H A Dnamespace.c999 struct mount *old_parent = mnt->mnt_parent; local
1008 mnt_add_count(old_parent, -1);
/linux-master/drivers/clk/
H A Dclk.c2120 struct clk_core *old_parent = core->parent; local
2142 /* enable old_parent & parent if CLK_OPS_PARENT_ENABLE is set */
2144 clk_core_prepare_enable(old_parent);
2159 return old_parent;
2164 struct clk_core *old_parent)
2172 clk_core_disable_unprepare(old_parent);
2178 clk_core_disable_unprepare(old_parent);
2187 struct clk_core *old_parent; local
2189 old_parent = __clk_set_parent_before(core, parent);
2201 clk_reparent(core, old_parent);
2162 __clk_set_parent_after(struct clk_core *core, struct clk_core *parent, struct clk_core *old_parent) argument
2286 struct clk_core *old_parent, *parent; local
2414 struct clk_core *old_parent; local
[all...]
/linux-master/drivers/base/
H A Dcore.c4601 struct device *old_parent,
4606 if (old_parent)
4624 struct device *old_parent; local
4648 old_parent = dev->parent;
4650 if (old_parent)
4659 error = device_move_class_links(dev, old_parent, new_parent);
4662 device_move_class_links(dev, new_parent, old_parent);
4663 if (!kobject_move(&dev->kobj, &old_parent->kobj)) {
4666 dev->parent = old_parent;
4667 if (old_parent) {
4600 device_move_class_links(struct device *dev, struct device *old_parent, struct device *new_parent) argument
[all...]
/linux-master/lib/
H A Dkobject.c541 struct kobject *old_parent; local
572 old_parent = kobj->parent;
575 kobject_put(old_parent);
/linux-master/fs/smb/server/
H A Dvfs.c686 struct dentry *old_parent, *new_dentry, *trap; local
728 old_parent = dget(old_child->d_parent);
778 rd.old_dir = d_inode(old_parent),
792 dput(old_parent);
793 unlock_rename(old_parent, new_path.dentry);
/linux-master/block/
H A Dbfq-cgroup.c639 struct bfq_group *old_parent = bfqq_group(bfqq); local
646 if (old_parent == bfqg)
680 bfqg_and_blkg_put(old_parent);
/linux-master/fs/kernfs/
H A Ddir.c1718 struct kernfs_node *old_parent; local
1763 old_parent = kn->parent;
1777 kernfs_put(old_parent);
/linux-master/drivers/net/ethernet/intel/ice/
H A Dice_sched.c2188 struct ice_sched_node *old_parent; local
2191 old_parent = node->parent;
2194 for (i = 0; i < old_parent->num_children; i++)
2195 if (old_parent->children[i] == node) {
2196 for (j = i + 1; j < old_parent->num_children; j++)
2197 old_parent->children[j - 1] =
2198 old_parent->children[j];
2199 old_parent->num_children--;
/linux-master/fs/bcachefs/
H A Dsubvolume.c351 u32 old_parent, u32 new_parent)
360 le32_to_cpu(bkey_s_c_to_subvolume(k).v->creation_parent) != old_parent)
348 bch2_subvolume_reparent(struct btree_trans *trans, struct btree_iter *iter, struct bkey_s_c k, u32 old_parent, u32 new_parent) argument
/linux-master/fs/ext4/
H A Dfast_commit.c1367 struct inode *inode, *old_parent; local
1386 old_parent = ext4_iget(sb, darg.parent_ino,
1388 if (IS_ERR(old_parent)) {
1394 ret = __ext4_unlink(old_parent, &entry, inode, NULL);
1398 iput(old_parent);
/linux-master/fs/btrfs/
H A Dtree-log.c6912 struct dentry *old_parent = NULL; local
6936 dput(old_parent);
6937 old_parent = parent;
6939 dput(old_parent);

Completed in 291 milliseconds