Lines Matching refs:top
40 struct dentry *top = dentry; in autofs4_mount_busy() local
61 struct autofs_info *ino = autofs4_dentry_ino(top); in autofs4_mount_busy()
190 struct dentry *top, in autofs4_direct_busy() argument
194 DPRINTK("top %p %pd", top, top); in autofs4_direct_busy()
198 struct autofs_info *ino = autofs4_dentry_ino(top); in autofs4_direct_busy()
205 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_direct_busy()
215 struct dentry *top, in autofs4_tree_busy() argument
219 struct autofs_info *top_ino = autofs4_dentry_ino(top); in autofs4_tree_busy()
222 DPRINTK("top %p %pd", top, top); in autofs4_tree_busy()
225 if (!simple_positive(top)) in autofs4_tree_busy()
229 while ((p = get_next_positive_dentry(p, top))) { in autofs4_tree_busy()
249 if (p == top) in autofs4_tree_busy()
263 if (!autofs4_can_expire(top, timeout, do_now)) in autofs4_tree_busy()