Lines Matching defs:fc
67 int nfs_get_root(struct super_block *s, struct fs_context *fc)
69 struct nfs_fs_context *ctx = nfs_fc2context(fc);
78 name = kstrdup(fc->source, GFP_KERNEL);
93 nfs_errorf(fc, "NFS: Couldn't getattr on root");
101 nfs_errorf(fc, "NFS: Couldn't get root inode");
117 nfs_errorf(fc, "NFS: Couldn't get root dentry");
129 fc->root = root;
133 if (d_inode(fc->root)->i_fop != &nfs_dir_operations) {
141 error = security_sb_set_mnt_opts(s, fc->security,
162 dput(fc->root);
163 fc->root = NULL;