Home
last modified time | relevance | path

Searched refs:this_parent (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/
H A Ddcache.c1282 struct dentry *this_parent, *dentry; in d_walk() local
1289 this_parent = parent; in d_walk()
1290 spin_lock(&this_parent->d_lock); in d_walk()
1292 ret = enter(data, this_parent); in d_walk()
1330 this_parent = dentry; in d_walk()
1341 if (this_parent != parent) { in d_walk()
1342 dentry = this_parent; in d_walk()
1343 this_parent = dentry->d_parent; in d_walk()
1346 spin_lock(&this_parent->d_lock); in d_walk()
1365 spin_unlock(&this_parent->d_lock); in d_walk()
[all …]
H A Dnamespace.c4018 struct mount *this_parent = parent; in select_submounts() local
4023 next = this_parent->mnt_mounts.next; in select_submounts()
4025 while (next != &this_parent->mnt_mounts) { in select_submounts()
4036 this_parent = mnt; in select_submounts()
4048 if (this_parent != parent) { in select_submounts()
4049 next = this_parent->mnt_child.next; in select_submounts()
4050 this_parent = this_parent->mnt_parent; in select_submounts()