Lines Matching defs:root
62 static int autofs_show_options(struct seq_file *m, struct dentry *root)
64 struct autofs_sb_info *sbi = autofs_sbi(root->d_sb);
65 struct inode *root_inode = d_inode(root->d_sb->s_root);
133 struct inode *root, int *pgrp, bool *pgrp_set,
143 root->i_uid = current_uid();
144 root->i_gid = current_gid();
173 root->i_uid = uid;
181 root->i_gid = gid;
224 struct dentry *root;
265 * Get the root inode and dentry, but defer checking for errors.
273 root = d_make_root(root_inode);
274 if (!root) {
280 root->d_fsdata = ino;
317 __managed_dentry_set_managed(root);
337 * Success! Install the root dentry now to indicate completion.
339 s->s_root = root;
351 dput(root);