Searched refs:old_child (Results 1 – 3 of 3) sorted by relevance
239 struct Qdisc *old_child = NULL, *child = NULL; in __red_change() local289 old_child = q->qdisc; in __red_change()311 if (old_child) in __red_change()312 qdisc_put(old_child); in __red_change()
676 struct dentry *old_child = old_path->dentry; in ksmbd_vfs_rename() local720 trap = lock_rename_child(old_child, new_path.dentry); in ksmbd_vfs_rename()726 old_parent = dget(old_child->d_parent); in ksmbd_vfs_rename()727 if (d_unhashed(old_child)) { in ksmbd_vfs_rename()732 parent_fp = ksmbd_lookup_fd_inode(old_child->d_parent); in ksmbd_vfs_rename()755 if (old_child == trap) { in ksmbd_vfs_rename()767 rd.old_dentry = old_child, in ksmbd_vfs_rename()
145 struct node *new_child, *old_child; in merge_nodes() local206 for_each_child_withdel(old_node, old_child) { in merge_nodes()207 if (streq(old_child->name, new_child->name)) { in merge_nodes()208 merge_nodes(old_child, new_child); in merge_nodes()