Lines Matching defs:this_parent
1292 struct dentry *this_parent;
1300 this_parent = parent;
1301 spin_lock(&this_parent->d_lock);
1303 ret = enter(data, this_parent);
1315 next = this_parent->d_subdirs.next;
1317 while (next != &this_parent->d_subdirs) {
1343 spin_unlock(&this_parent->d_lock);
1345 this_parent = dentry;
1346 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_);
1356 if (this_parent != parent) {
1357 struct dentry *child = this_parent;
1358 this_parent = child->d_parent;
1361 spin_lock(&this_parent->d_lock);
1369 if (next == &this_parent->d_subdirs)
1381 spin_unlock(&this_parent->d_lock);
1386 spin_unlock(&this_parent->d_lock);