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);
90 nfs_errorf(fc, "NFS: Couldn't getattr on root");
98 nfs_errorf(fc, "NFS: Couldn't get root inode");
114 nfs_errorf(fc, "NFS: Couldn't get root dentry");
126 fc->root = root;
130 if (d_inode(fc->root)->i_fop != &nfs_dir_operations) {
142 error = security_sb_set_mnt_opts(s, fc->security,
161 dput(fc->root);
162 fc->root = NULL;