newsec            175 source4/ntvfs/unixuid/vfs_unixuid.c 	struct unix_sec_ctx *newsec;
newsec            190 source4/ntvfs/unixuid/vfs_unixuid.c 		newsec = priv->last_sec_ctx;
newsec            192 source4/ntvfs/unixuid/vfs_unixuid.c 		status = nt_token_to_unix_security(ntvfs, req, token, &newsec);
newsec            200 source4/ntvfs/unixuid/vfs_unixuid.c 		priv->last_sec_ctx = newsec;
newsec            202 source4/ntvfs/unixuid/vfs_unixuid.c 		talloc_steal(priv, newsec);
newsec            205 source4/ntvfs/unixuid/vfs_unixuid.c 	status = set_unix_security(newsec);