Searched refs:this_parent (Results 1 – 2 of 2) sorted by relevance
1237 struct dentry *this_parent, *dentry; in d_walk() local1244 this_parent = parent; in d_walk()1245 spin_lock(&this_parent->d_lock); in d_walk()1247 ret = enter(data, this_parent); in d_walk()1259 dentry = d_first_child(this_parent); in d_walk()1283 spin_unlock(&this_parent->d_lock); in d_walk()1285 this_parent = dentry; in d_walk()1286 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); in d_walk()1296 if (this_parent != parent) { in d_walk()1297 dentry = this_parent; in d_walk()[all …]
3644 struct mount *this_parent = parent; in select_submounts() local3649 next = this_parent->mnt_mounts.next; in select_submounts()3651 while (next != &this_parent->mnt_mounts) { in select_submounts()3662 this_parent = mnt; in select_submounts()3674 if (this_parent != parent) { in select_submounts()3675 next = this_parent->mnt_child.next; in select_submounts()3676 this_parent = this_parent->mnt_parent; in select_submounts()