Lines Matching defs:this_parent
1352 struct dentry *this_parent;
1360 this_parent = parent;
1361 spin_lock(&this_parent->d_lock);
1363 ret = enter(data, this_parent);
1375 next = this_parent->d_subdirs.next;
1377 while (next != &this_parent->d_subdirs) {
1403 spin_unlock(&this_parent->d_lock);
1405 this_parent = dentry;
1406 spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_);
1416 if (this_parent != parent) {
1417 struct dentry *child = this_parent;
1418 this_parent = child->d_parent;
1421 spin_lock(&this_parent->d_lock);
1429 if (next == &this_parent->d_subdirs)
1441 spin_unlock(&this_parent->d_lock);
1446 spin_unlock(&this_parent->d_lock);