Lines Matching defs:root
95 * Calculate and dget next entry in the subdirs list under root.
98 struct dentry *root)
100 struct autofs_sb_info *sbi = autofs_sbi(root->d_sb);
104 spin_lock(&root->d_lock);
105 q = positive_after(root, prev);
106 spin_unlock(&root->d_lock);
116 struct dentry *root)
118 struct autofs_sb_info *sbi = autofs_sbi(root->d_sb);
122 return dget(root);
130 if (ret || p == root)
279 struct dentry *root = dget(sb->s_root);
283 if (!root)
288 if (!autofs_direct_busy(mnt, root, timeout, how)) {
290 ino = autofs_dentry_ino(root);
299 if (!autofs_direct_busy(mnt, root, timeout, how)) {
304 return root;
311 dput(root);
426 struct dentry *root = sb->s_root;
432 if (!root)
438 while ((dentry = get_next_positive_subdir(dentry, root))) {