Lines Matching defs:this_parent
180 struct dentry *this_parent;
183 this_parent = parent;
184 spin_lock(&this_parent->d_lock);
186 change_gid(this_parent, gid);
188 next = this_parent->d_subdirs.next;
190 while (next != &this_parent->d_subdirs) {
200 spin_unlock(&this_parent->d_lock);
202 this_parent = dentry;
203 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_);
213 if (this_parent != parent) {
214 struct dentry *child = this_parent;
215 this_parent = child->d_parent;
218 spin_lock(&this_parent->d_lock);
223 if (next == &this_parent->d_subdirs)
231 spin_unlock(&this_parent->d_lock);