Lines Matching refs:top
32 struct dentry *top = dentry;
61 ino = autofs_dentry_ino(top);
113 * Calculate and dget next entry in top down tree traversal.
151 struct dentry *top,
155 pr_debug("top %p %pd\n", top, top);
165 ino = autofs_dentry_ino(top);
171 /* Timeout of a direct mount is determined by its top dentry */
172 if (!autofs_can_expire(top, timeout, how))
183 struct dentry *top,
187 struct autofs_info *top_ino = autofs_dentry_ino(top);
190 pr_debug("top %p %pd\n", top, top);
193 if (!simple_positive(top))
197 while ((p = get_next_positive_dentry(p, top))) {
216 /* allow for dget above and top is already dgot */
217 if (p == top)
234 /* Timeout of a tree mount is ultimately determined by its top dentry */
235 if (!autofs_can_expire(top, timeout, how))
334 * Case 1: (i) indirect mount or top level pseudo direct mount