Lines Matching refs:error
37 * Note that this function frees the inode in case of error.
75 int error = -ENOMEM;
90 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo);
91 if (error < 0) {
92 dprintk("nfs_get_root: getattr error = %d\n", -error);
100 error = PTR_ERR(inode);
105 error = nfs_superblock_set_dummy_root(s, inode);
106 if (error != 0)
116 error = PTR_ERR(root);
134 error = -ESTALE;
138 error = security_sb_clone_mnt_opts(ctx->clone_data.sb,
141 error = security_sb_set_mnt_opts(s, fc->security,
144 if (error)
151 error = 0;
160 return error;