Lines Matching refs:fsinfo
71 struct nfs_fsinfo fsinfo;
83 fsinfo.fattr = nfs_alloc_fattr();
84 if (fsinfo.fattr == NULL)
87 fsinfo.fattr->label = nfs4_label_alloc(server, GFP_KERNEL);
88 if (IS_ERR(fsinfo.fattr->label))
90 error = server->nfs_client->rpc_ops->getroot(server, ctx->mntfh, &fsinfo);
97 inode = nfs_fhget(s, ctx->mntfh, fsinfo.fattr, NULL);
150 nfs_setsecurity(inode, fsinfo.fattr, fsinfo.fattr->label);
154 nfs4_label_free(fsinfo.fattr->label);
156 nfs_free_fattr(fsinfo.fattr);