Searched refs:this_parent (Results 1 – 2 of 2) sorted by relevance
1291 struct dentry *this_parent, *dentry; in d_walk() local1298 this_parent = parent; in d_walk()1299 spin_lock(&this_parent->d_lock); in d_walk()1301 ret = enter(data, this_parent); in d_walk()1313 dentry = d_first_child(this_parent); in d_walk()1337 spin_unlock(&this_parent->d_lock); in d_walk()1339 this_parent = dentry; in d_walk()1340 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()1350 if (this_parent != parent) { in d_walk()1351 dentry = this_parent; in d_walk()[all …]
3847 struct mount *this_parent = parent; in select_submounts() local3852 next = this_parent->mnt_mounts.next; in select_submounts()3854 while (next != &this_parent->mnt_mounts) { in select_submounts()3865 this_parent = mnt; in select_submounts()3877 if (this_parent != parent) { in select_submounts()3878 next = this_parent->mnt_child.next; in select_submounts()3879 this_parent = this_parent->mnt_parent; in select_submounts()