Lines Matching defs:root
61 static int autofs_show_options(struct seq_file *m, struct dentry *root)
63 struct autofs_sb_info *sbi = autofs_sbi(root->d_sb);
64 struct inode *root_inode = d_inode(root->d_sb->s_root);
132 struct inode *root, int *pgrp, bool *pgrp_set,
142 root->i_uid = current_uid();
143 root->i_gid = current_gid();
172 root->i_uid = uid;
180 root->i_gid = gid;
223 struct dentry *root;
264 * Get the root inode and dentry, but defer checking for errors.
272 root = d_make_root(root_inode);
273 if (!root) {
279 root->d_fsdata = ino;
316 __managed_dentry_set_managed(root);
336 * Success! Install the root dentry now to indicate completion.
338 s->s_root = root;
350 dput(root);