olabel             99 fs/nfs/nfs4proc.c 			    struct nfs4_label *olabel);
olabel           3054 fs/nfs/nfs4proc.c 	struct nfs4_label *olabel = NULL;
olabel           3078 fs/nfs/nfs4proc.c 		olabel = nfs4_label_alloc(server, GFP_KERNEL);
olabel           3079 fs/nfs/nfs4proc.c 		if (IS_ERR(olabel)) {
olabel           3080 fs/nfs/nfs4proc.c 			status = PTR_ERR(olabel);
olabel           3115 fs/nfs/nfs4proc.c 					ctx, label, olabel);
olabel           3119 fs/nfs/nfs4proc.c 				nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
olabel           3132 fs/nfs/nfs4proc.c 	nfs4_label_free(olabel);
olabel           3138 fs/nfs/nfs4proc.c 	nfs4_label_free(olabel);
olabel           3280 fs/nfs/nfs4proc.c 			   struct nfs4_label *olabel)
olabel           3294 fs/nfs/nfs4proc.c 		.label		= olabel,
olabel           3306 fs/nfs/nfs4proc.c 				nfs4_bitmask(server, olabel),
olabel           5826 fs/nfs/nfs4proc.c 		struct nfs4_label *olabel)
olabel           5841 fs/nfs/nfs4proc.c 		.label		= olabel,
olabel           5863 fs/nfs/nfs4proc.c 		struct nfs4_label *olabel)
olabel           5870 fs/nfs/nfs4proc.c 				fattr, olabel);
olabel           5881 fs/nfs/nfs4proc.c 	struct nfs4_label ilabel, *olabel = NULL;
olabel           5895 fs/nfs/nfs4proc.c 	olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
olabel           5896 fs/nfs/nfs4proc.c 	if (IS_ERR(olabel)) {
olabel           5897 fs/nfs/nfs4proc.c 		status = -PTR_ERR(olabel);
olabel           5901 fs/nfs/nfs4proc.c 	status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
olabel           5903 fs/nfs/nfs4proc.c 		nfs_setsecurity(inode, &fattr, olabel);
olabel           5905 fs/nfs/nfs4proc.c 	nfs4_label_free(olabel);