Lines Matching defs:root
41 static int orangefs_show_options(struct seq_file *m, struct dentry *root)
43 struct orangefs_sb_info_s *orangefs_sb = ORANGEFS_SB(root->d_sb);
45 if (root->d_sb->s_flags & SB_POSIXACL)
418 struct inode *root;
455 root = orangefs_iget(sb, &root_object);
456 if (IS_ERR(root))
457 return PTR_ERR(root);
460 "Allocated root inode [%p] with mode %x\n",
461 root,
462 root->i_mode);
464 /* allocates and places root dentry in dcache */
465 root_dentry = d_make_root(root);