Lines Matching refs:olabel
104 struct nfs4_label *olabel);
3129 struct nfs4_label *olabel = NULL;
3153 olabel = nfs4_label_alloc(server, GFP_KERNEL);
3154 if (IS_ERR(olabel)) {
3155 status = PTR_ERR(olabel);
3190 ctx, label, olabel);
3194 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
3207 nfs4_label_free(olabel);
3213 nfs4_label_free(olabel);
3359 struct nfs4_label *olabel)
3373 .label = olabel,
3385 nfs4_bitmask(server, olabel),
6045 struct nfs4_label *olabel)
6060 .label = olabel,
6082 struct nfs4_label *olabel)
6089 fattr, olabel);
6100 struct nfs4_label ilabel, *olabel = NULL;
6114 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
6115 if (IS_ERR(olabel)) {
6116 status = -PTR_ERR(olabel);
6120 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
6122 nfs_setsecurity(inode, &fattr, olabel);
6124 nfs4_label_free(olabel);