Searched refs:this_parent (Results 1 – 3 of 3) sorted by relevance
106 struct dentry *this_parent = sbi->sb->s_root; in autofs4_force_release() local114 next = this_parent->d_subdirs.next; in autofs4_force_release()116 while (next != &this_parent->d_subdirs) { in autofs4_force_release()126 this_parent = dentry; in autofs4_force_release()140 if (this_parent != sbi->sb->s_root) { in autofs4_force_release()141 struct dentry *dentry = this_parent; in autofs4_force_release()143 next = this_parent->d_u.d_child.next; in autofs4_force_release()144 this_parent = this_parent->d_parent; in autofs4_force_release()
759 struct dentry *this_parent = parent; in have_submounts() local766 next = this_parent->d_subdirs.next; in have_submounts()768 while (next != &this_parent->d_subdirs) { in have_submounts()776 this_parent = dentry; in have_submounts()783 if (this_parent != parent) { in have_submounts()784 next = this_parent->d_u.d_child.next; in have_submounts()785 this_parent = this_parent->d_parent; in have_submounts()811 struct dentry *this_parent = parent; in select_parent() local817 next = this_parent->d_subdirs.next; in select_parent()819 while (next != &this_parent->d_subdirs) { in select_parent()[all …]
1768 struct vfsmount *this_parent = parent; in select_submounts() local1773 next = this_parent->mnt_mounts.next; in select_submounts()1775 while (next != &this_parent->mnt_mounts) { in select_submounts()1786 this_parent = mnt; in select_submounts()1798 if (this_parent != parent) { in select_submounts()1799 next = this_parent->mnt_child.next; in select_submounts()1800 this_parent = this_parent->mnt_parent; in select_submounts()