this_parent 1270 fs/dcache.c struct dentry *this_parent; this_parent 1278 fs/dcache.c this_parent = parent; this_parent 1279 fs/dcache.c spin_lock(&this_parent->d_lock); this_parent 1281 fs/dcache.c ret = enter(data, this_parent); this_parent 1293 fs/dcache.c next = this_parent->d_subdirs.next; this_parent 1295 fs/dcache.c while (next != &this_parent->d_subdirs) { this_parent 1321 fs/dcache.c spin_unlock(&this_parent->d_lock); this_parent 1323 fs/dcache.c this_parent = dentry; this_parent 1324 fs/dcache.c spin_acquire(&this_parent->d_lock.dep_map, 0, 1, _RET_IP_); this_parent 1334 fs/dcache.c if (this_parent != parent) { this_parent 1335 fs/dcache.c struct dentry *child = this_parent; this_parent 1336 fs/dcache.c this_parent = child->d_parent; this_parent 1339 fs/dcache.c spin_lock(&this_parent->d_lock); this_parent 1347 fs/dcache.c if (next == &this_parent->d_subdirs) this_parent 1359 fs/dcache.c spin_unlock(&this_parent->d_lock); this_parent 1364 fs/dcache.c spin_unlock(&this_parent->d_lock); this_parent 2922 fs/namespace.c struct mount *this_parent = parent; this_parent 2927 fs/namespace.c next = this_parent->mnt_mounts.next; this_parent 2929 fs/namespace.c while (next != &this_parent->mnt_mounts) { this_parent 2940 fs/namespace.c this_parent = mnt; this_parent 2952 fs/namespace.c if (this_parent != parent) { this_parent 2953 fs/namespace.c next = this_parent->mnt_child.next; this_parent 2954 fs/namespace.c this_parent = this_parent->mnt_parent;